HHH-10839 - Fix checkstyle errors
This commit is contained in:
parent
60bfef093a
commit
6c80bc4b08
|
@ -7,7 +7,7 @@
|
|||
package org.hibernate.ejb;
|
||||
|
||||
/**
|
||||
* @Deprecated use org.hibernate.jpa.AvailableSettings
|
||||
* @deprecated use org.hibernate.jpa.AvailableSettings
|
||||
*/
|
||||
@Deprecated
|
||||
public interface AvailableSettings extends org.hibernate.jpa.AvailableSettings {
|
||||
|
|
|
@ -11,4 +11,4 @@ package org.hibernate.ejb;
|
|||
*/
|
||||
@Deprecated
|
||||
public interface HibernateEntityManager extends org.hibernate.jpa.HibernateEntityManager {
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,4 +11,4 @@ package org.hibernate.ejb;
|
|||
*/
|
||||
@Deprecated
|
||||
public interface HibernateEntityManagerFactory extends org.hibernate.jpa.HibernateEntityManagerFactory {
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,4 +11,4 @@ package org.hibernate.ejb;
|
|||
*/
|
||||
@Deprecated
|
||||
public interface HibernateQuery extends org.hibernate.jpa.HibernateQuery {
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue