samabcde opened a new pull request, #306: URL: https://github.com/apache/commons-collections/pull/306
… Properties methods. - A comment line is inserted after the comment given when using [Properties#save(OutputStream, String)](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Properties.html#save(java.io.OutputStream,java.lang.String)), [Properties#store(OutputStream, String)](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Properties.html#store(java.io.OutputStream,java.lang.String)) and [Properties#store(Writer, String)](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Properties.html#store(java.io.Writer,java.lang.String)) e.g.`#Sat Apr 30 22:00:30 HKT 2022`. Hence the test will fail when actual, expected content are not written in same second. To fix the problem, comparison will ignore this comment - Remove unnecessary `throws IOException` -- 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]
