fixed error in tests

This commit is contained in:
Jeremy Long
2016-12-27 08:45:42 -05:00
parent 6e1512f7d9
commit dd92ec675f

View File

@@ -120,7 +120,7 @@ public class AbstractSuppressionAnalyzerTest extends BaseTest {
@Override @Override
protected String getAnalyzerEnabledSettingKey() { protected String getAnalyzerEnabledSettingKey() {
throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates. return "unknown";
} }
} }