singhbaljit commented on a change in pull request #123:
URL: https://github.com/apache/commons-geometry/pull/123#discussion_r546735653
##########
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:
@darkma773r is this a bug or intentionally calling `close()` thrice? Is
twice sufficient?
----------------------------------------------------------------
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]