Fix "unnecessary @SuppressWarnings" warnings

This commit is contained in:
Chris Beams
2012-12-28 19:16:22 +01:00
parent 8d2e125e7b
commit 4c7cafbde6
14 changed files with 8 additions and 22 deletions

View File

@@ -475,7 +475,6 @@ public class GenericTableMetaDataProvider implements TableMetaDataProvider {
this.type = type;
}
@SuppressWarnings("unused")
public String getType() {
return this.type;
}