mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
add missing no-args ctor
This commit is contained in:
@@ -34,4 +34,8 @@ public class GrafanaTokenAuthenticator implements BundledApp {
|
||||
public int applyAsInt(String[] value) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
public GrafanaTokenAuthenticator() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user