Checkstyle corrections

This commit is contained in:
Ilkka Seppala
2015-12-29 21:34:27 +02:00
parent b369812511
commit 8b020837ea
20 changed files with 102 additions and 35 deletions

View File

@ -67,8 +67,8 @@ public class SimpleFileWriterTest {
public void testIoException() throws Exception {
final File temporaryFile = this.testFolder.newFile();
new SimpleFileWriter(temporaryFile.getPath(), writer -> {
throw new IOException("");
});
throw new IOException("");
});
}
}