add missing no-args ctor

This commit is contained in:
Jonathan Shook
2023-08-28 20:42:33 -05:00
parent 5a53d535d8
commit 48d379b05d

View File

@@ -34,4 +34,8 @@ public class GrafanaTokenAuthenticator implements BundledApp {
public int applyAsInt(String[] value) {
return 0;
}
public GrafanaTokenAuthenticator() {
}
}