darkma773r commented on a change in pull request #123:
URL: https://github.com/apache/commons-geometry/pull/123#discussion_r547039302
##########
File path:
commons-geometry-examples/examples-io/src/test/java/org/apache/commons/geometry/examples/io/threed/obj/OBJWriterTest.java
##########
@@ -65,7 +65,6 @@ public void testClose_calledMultipleTimes() throws
IOException {
// act/assert
try (OBJWriter meshWriter = new OBJWriter(writer)) {
meshWriter.close();
- meshWriter.close();
Review comment:
Twice is fine. I was just making _extra_ sure that we hit that `if`
condition in `close()` :-)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]