Suppressed warnings

This commit is contained in:
Lukas Eder 2012-02-18 15:34:42 +00:00
parent cfbc514d49
commit 2c60728379

View File

@ -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());
}