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