removed dead code

This commit is contained in:
Brian Sweeney 2018-07-31 14:41:09 -06:00
parent b80c909196
commit 8c006fcde4

View File

@ -117,8 +117,6 @@ final public class CentralRepoIONormalizer {
LOGGER.log(Level.WARNING, String.format("Data was expected to be a valid domain: %s", data)); //non-nls
return EMPTY_STRING;
}
//commons or guava
throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
}
private static String normalizeEmail(String data) {