HHH-8966 removed mistakenly committed code
This commit is contained in:
parent
b9c0edbbdd
commit
11f4aab733
|
@ -375,7 +375,7 @@ public abstract class ManagedTypeMetadata implements OverrideAndConverterCollect
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
protected boolean isMappedSuperclass(JavaTypeDescriptor javaTypeDescriptor) {
|
private boolean isMappedSuperclass(JavaTypeDescriptor javaTypeDescriptor) {
|
||||||
return javaTypeDescriptor.findLocalTypeAnnotation( JPADotNames.MAPPED_SUPERCLASS ) != null;
|
return javaTypeDescriptor.findLocalTypeAnnotation( JPADotNames.MAPPED_SUPERCLASS ) != null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -433,9 +433,6 @@ public abstract class ManagedTypeMetadata implements OverrideAndConverterCollect
|
||||||
|| isEmbeddableType( javaTypeDescriptor )) {
|
|| isEmbeddableType( javaTypeDescriptor )) {
|
||||||
collectPersistentAttributes();
|
collectPersistentAttributes();
|
||||||
}
|
}
|
||||||
else {
|
|
||||||
System.out.println();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue