HHH-10839 - Fix checkstyle errors

This commit is contained in:
Andrea Boriero 2016-06-22 15:48:48 +02:00
parent 60bfef093a
commit 6c80bc4b08
4 changed files with 4 additions and 4 deletions

View File

@ -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 {

View File

@ -11,4 +11,4 @@ package org.hibernate.ejb;
*/
@Deprecated
public interface HibernateEntityManager extends org.hibernate.jpa.HibernateEntityManager {
}
}

View File

@ -11,4 +11,4 @@ package org.hibernate.ejb;
*/
@Deprecated
public interface HibernateEntityManagerFactory extends org.hibernate.jpa.HibernateEntityManagerFactory {
}
}

View File

@ -11,4 +11,4 @@ package org.hibernate.ejb;
*/
@Deprecated
public interface HibernateQuery extends org.hibernate.jpa.HibernateQuery {
}
}