Suppress some warnings
This commit is contained in:
parent
b38d698ae9
commit
7d69442b3b
@ -111,6 +111,7 @@ import org.jooq.util.GeneratorStrategy.Mode;
|
||||
*
|
||||
* @author Lukas Eder
|
||||
*/
|
||||
@SuppressWarnings("deprecation")
|
||||
public class DefaultGenerator extends AbstractGenerator {
|
||||
|
||||
private static final JooqLogger log = JooqLogger.getLogger(DefaultGenerator.class);
|
||||
|
||||
@ -219,6 +219,7 @@ public class DefaultGeneratorStrategy extends AbstractGeneratorStrategy {
|
||||
return result.toString();
|
||||
}
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
private final String getSubPackage(Definition definition) {
|
||||
if (definition instanceof MasterDataTableDefinition) {
|
||||
return "enums";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user