mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-12-26 08:41:05 -06:00
simple cleanups
This commit is contained in:
parent
239d5a6aab
commit
7e5818c22d
@ -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;
|
||||
// }
|
||||
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user