gnodet commented on code in PR #2404: URL: https://github.com/apache/maven/pull/2404#discussion_r2113899008
########## src/mdo/java/WrapperProperties.java: ########## @@ -377,4 +369,131 @@ private Object writeReplace() throws java.io.ObjectStreamException { props.putAll(getter.get()); return props; } + + private class OrderedProperties extends Properties { Review Comment: It's a non static class -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org