Fix checkstyle violations

This commit is contained in:
Sanne Grinovero 2017-12-19 10:02:43 +00:00
parent 981eb41d79
commit 5c43ad571f
3 changed files with 8 additions and 6 deletions

View File

@ -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();
} }