You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
plugin.getLogger().log(Level.WARNING, "Failed execute update script " + updateScript.getName() + " for updating to version " + updateScript.getAnnotation(ConfigUpdater.class).version() + ", some configuration options may missing or outdated", throwable);
@@ -58,8 +61,9 @@ public void update() {
58
61
publicList<Method> getUpdateScripts() {
59
62
List<Method> methods = newArrayList<>();
60
63
for (MethoddeclaredMethod : this.getClass().getDeclaredMethods()) {
61
-
if (declaredMethod.getAnnotation(ConfigUpdater.class) == null)
64
+
if (declaredMethod.getAnnotation(ConfigUpdater.class) == null) {
0 commit comments