Merge pull request #3183 from pure-sb/features/silent-annotation-adder

This commit is contained in:
Owain van Brakel
2022-04-30 23:15:22 +02:00
committed by GitHub

View File

@@ -78,7 +78,7 @@ public class AnnotationAdder
return false;
}
log.info("Changed export from {} to {}", exportedName, methodName);
log.debug("Changed export from {} to {}", exportedName, methodName);
m.findAnnotation(DeobAnnotations.EXPORT, true).setElement(methodName);
return true;
}