HHH-11871 - Skip Metamodel attribute generation for non-Java Bean property methods
Fix indentation issue
This commit is contained in:
parent
95ecd7c43a
commit
3ab1974d66
|
@ -206,8 +206,8 @@ public class AnnotationMetaEntity implements MetaEntity {
|
|||
}
|
||||
else if(
|
||||
( methodSimpleName.startsWith("get") || methodSimpleName.startsWith("is") ) &&
|
||||
methodParameterTypes.isEmpty() &&
|
||||
!"void".equalsIgnoreCase( returnType.toString() ) ) {
|
||||
methodParameterTypes.isEmpty() &&
|
||||
!"void".equalsIgnoreCase( returnType.toString() ) ) {
|
||||
return true;
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in New Issue