[#4264] Revert change

This commit is contained in:
lukaseder 2015-10-08 11:25:02 +02:00
parent 1f5e2e795b
commit bb286f23ef

View File

@ -421,9 +421,6 @@ public class GenerationTool {
if (g.getGenerate().getFullyQualifiedTypes() != null)
generator.setFullyQualifiedTypes(g.getGenerate().getFullyQualifiedTypes());
if (Boolean.TRUE.equals(g.getGenerate().isJpaAnnotations()))
log.warn("DEPRECATED", "The <jpaAnnotations/> flag is deprecated and used for backwards-compatibility only. It will be removed in the future.");
// [#3669] Optional Database element
if (g.getDatabase() == null)
g.setDatabase(new org.jooq.util.jaxb.Database());