This commit is contained in:
Ahmed Tawila 2017-11-16 10:42:59 +02:00
parent c901cb5fad
commit 1bbe9196ee
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ public class FileUtilsTest {
@After @After
public void revertFile() throws IOException { public void revertFile() throws IOException {
PrintWriter writer = new PrintWriter(fileName); PrintWriter writer = new PrintWriter(fileName);
writer.print("");
writer.print("UK\r\n" + "US\r\n" + "Germany\r\n"); writer.print("UK\r\n" + "US\r\n" + "Germany\r\n");
writer.close(); writer.close();
} }