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;
|
break;
|
||||||
case NATURAL_ID:
|
case NATURAL_ID:
|
||||||
context.message( method, sessionType, Diagnostic.Kind.WARNING );
|
|
||||||
putMember( methodKey,
|
putMember( methodKey,
|
||||||
new NaturalIdFinderMethod(
|
new NaturalIdFinderMethod(
|
||||||
this,
|
this,
|
||||||
|
|
Loading…
Reference in New Issue