oops, remove a debugging statement that I accidentally committed
This commit is contained in:
parent
69e0809bf4
commit
45af5c2f5a
|
@ -619,7 +619,6 @@ public class AnnotationMetaEntity extends AnnotationMeta {
|
|||
);
|
||||
break;
|
||||
case NATURAL_ID:
|
||||
context.message( method, sessionType, Diagnostic.Kind.WARNING );
|
||||
putMember( methodKey,
|
||||
new NaturalIdFinderMethod(
|
||||
this,
|
||||
|
|
Loading…
Reference in New Issue