mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
simple cleanups
This commit is contained in:
parent
239d5a6aab
commit
7e5818c22d
@ -113,16 +113,4 @@ public class CommandTemplate {
|
|||||||
return this.statics.keySet();
|
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> {
|
public class ToUUID implements LongFunction<UUID> {
|
||||||
|
|
||||||
private final long msbs;
|
private final long msbs;
|
||||||
private Hash longHash = new Hash();
|
|
||||||
|
|
||||||
public ToUUID() {
|
public ToUUID() {
|
||||||
// Something memorable, but the correct version
|
// Something memorable, but the correct version
|
||||||
|
Loading…
Reference in New Issue
Block a user