We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c5253 commit 3150ff1Copy full SHA for 3150ff1
src/test/java/org/cactoos/io/AppendToTest.java
@@ -69,7 +69,7 @@ void failsIfFileDoesNotExist() throws Exception {
69
* @param wdir TempDir to work in
70
* @throws Exception if fails
71
* @todo #1586:1h Tests failed on Windows due to not closed streams.
72
- * It will be good to have feature to autoclose streams
+ * It will be good to have feature to simplify autoclosing streams.
73
*/
74
@Test
75
void appendsToFile(@TempDir final Path wdir) throws Exception {
0 commit comments