simple cleanups

This commit is contained in:
Jonathan Shook 2020-07-15 08:42:17 -05:00
parent 239d5a6aab
commit 7e5818c22d
2 changed files with 0 additions and 13 deletions

View File

@ -113,16 +113,4 @@ public class CommandTemplate {
return this.statics.keySet();
}
// private static List<String> namedGroups(String regex) {
// List<String> namedGroups = new ArrayList<String>();
//
// Matcher m = Pattern.compile("\\(\\?<([a-zA-Z][a-zA-Z0-9]*)>").matcher(regex);
//
// while (m.find()) {
// namedGroups.add(m.group(1));
// }
//
// return namedGroups;
// }
}

View File

@ -29,7 +29,6 @@ import java.util.function.LongFunction;
public class ToUUID implements LongFunction<UUID> {
private final long msbs;
private Hash longHash = new Hash();
public ToUUID() {
// Something memorable, but the correct version