mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
patch up annotation processor names and packages
This commit is contained in:
@@ -6,7 +6,7 @@ package io.nosqlbench.virtdata.api.processors;
|
||||
*/
|
||||
public class ProcessorClassNames {
|
||||
public final static String ThreadSafeMapper =
|
||||
"io.nosqlbench.virtdata.annotations.ThreadSafeMapper";
|
||||
"io.nosqlbench.virtdata.api.annotations.ThreadSafeMapper";
|
||||
public final static String PerThreadMapper =
|
||||
"io.nosqlbench.virtdata.annotations.PerThreadMapper";
|
||||
"io.nosqlbench.virtdata.api.annotations.PerThreadMapper";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user