kusalk commented on code in PR #1010:
URL: https://github.com/apache/struts/pull/1010#discussion_r1702680866
##########
core/src/main/java/com/opensymphony/xwork2/util/DebugUtils.java:
##########
@@ -37,4 +42,12 @@ public static void notifyDeveloperOfError(Logger log, Object
action, String mess
}
}
+ /**
+ * @since 7.0
+ */
+ public static void logWarningForFirstOccurrence(String key, Logger log,
String msg, Object... args) {
Review Comment:
This method isn't really a `DebugUtils` method but couldn't think of a
better home - can create a separate class if you prefer
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]