Fix checkstyle violations
This commit is contained in:
parent
981eb41d79
commit
5c43ad571f
|
@ -10,6 +10,7 @@ package org.hibernate.jpamodelgen.model;
|
|||
* @author Hardy Ferentschik
|
||||
*/
|
||||
public interface MetaAttribute {
|
||||
|
||||
String getAttributeDeclarationString();
|
||||
|
||||
String getAttributeNameDeclarationString();
|
||||
|
@ -21,4 +22,5 @@ public interface MetaAttribute {
|
|||
String getTypeDeclaration();
|
||||
|
||||
MetaEntity getHostingEntity();
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue