mneundorfer commented on code in PR #836:
URL: https://github.com/apache/logging-log4j2/pull/836#discussion_r871007329
##########
log4j-api/src/main/java/org/apache/logging/log4j/message/StructuredDataId.java:
##########
@@ -142,15 +142,15 @@ public StructuredDataId(final String name, final int
enterpriseNumber, final Str
* @param maxLength The maximum length of the StructuredData Id key.
* @since 2.9
*/
- public StructuredDataId(final String name, final int enterpriseNumber,
final String[] required,
+ public StructuredDataId(final String name, final String enterpriseNumber,
final String[] required,
Review Comment:
I addressed this to all public signatures - kept the old one, deprecated it
and added a new method with the parameter as `String`
--
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]