Removed duplicate public keywords.
This commit is contained in:
parent
e14b484ca5
commit
30418cad13
90 changed files with 694 additions and 720 deletions
|
|
@ -32,7 +32,7 @@ import javax.persistence.EntityManager;
|
|||
*/
|
||||
public interface EntityManagerProvider {
|
||||
|
||||
public EntityManager getEntityManager();
|
||||
EntityManager getEntityManager();
|
||||
|
||||
public boolean hasEntityManagerTransaction();
|
||||
boolean hasEntityManagerTransaction();
|
||||
}
|
||||
|
|
@ -31,5 +31,5 @@ import org.hibernate.Session;
|
|||
*/
|
||||
public interface HibernateSessionProvider {
|
||||
|
||||
public Session getHibernateSession();
|
||||
Session getHibernateSession();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue