mirror of
https://github.com/querydsl/querydsl.git
synced 2026-07-06 21:05:50 +08:00
#243 removed null value of supertypeAnnotation in JDOExporterMojo
This commit is contained in:
parent
9863e78317
commit
827afc72d2
@ -35,7 +35,6 @@ public class JDOExporterMojo extends AbstractExporterMojo {
|
||||
exporter.setEmbeddedAnnotation(Embedded.class);
|
||||
exporter.setEntityAnnotation(PersistenceCapable.class);
|
||||
exporter.setSkipAnnotation(NotPersistent.class);
|
||||
exporter.setSupertypeAnnotation(null);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user