Suppressed warnings
This commit is contained in:
parent
cfbc514d49
commit
2c60728379
@ -52,7 +52,8 @@ public class SchemaDefinition extends AbstractDefinition {
|
||||
super(database, null, name, comment);
|
||||
}
|
||||
|
||||
@Override
|
||||
@SuppressWarnings("deprecation")
|
||||
@Override
|
||||
public final String getOutputName() {
|
||||
return getDatabase().getOutputSchema(getInputName());
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user