#243 removed null value of supertypeAnnotation in JDOExporterMojo

This commit is contained in:
Timo Westkämper 2012-10-05 09:38:06 +03:00
parent 9863e78317
commit 827afc72d2

View File

@ -35,7 +35,6 @@ public class JDOExporterMojo extends AbstractExporterMojo {
exporter.setEmbeddedAnnotation(Embedded.class);
exporter.setEntityAnnotation(PersistenceCapable.class);
exporter.setSkipAnnotation(NotPersistent.class);
exporter.setSupertypeAnnotation(null);
}
}