Skip to content

Commit

Permalink
MOSIP-32842 Updated as per review comments
Browse files Browse the repository at this point in the history
Signed-off-by: kameshsr <[email protected]>
  • Loading branch information
kameshsr committed May 21, 2024
1 parent 70d865d commit 8b32272
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
package io.mosip.pms.config;

/*
* @author Kamesh Shekhar Prasad
*
*/

import io.mosip.kernel.dataaccess.hibernate.config.HibernateDaoConfig;
import io.mosip.kernel.dataaccess.hibernate.repository.impl.HibernateRepositoryImpl;
import io.mosip.pms.device.authdevice.entity.DeviceDetail;
Expand All @@ -14,6 +9,11 @@

import java.util.Map;

/*
* @author Kamesh Shekhar Prasad
*
*/

@Configuration
@EnableJpaRepositories(entityManagerFactoryRef = "entityManagerFactory",
basePackages = "io.mosip.pms.device.authdevice.repository.*",
Expand Down

0 comments on commit 8b32272

Please sign in to comment.