cleanup work
This commit is contained in:
@@ -22,7 +22,6 @@ import java.util.Scanner;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
/*
|
||||
MappedByteBuffer
|
||||
|
||||
@@ -113,7 +112,6 @@ public class JavaReadFromFileTest {
|
||||
stream2.close();
|
||||
}
|
||||
|
||||
|
||||
@Test
|
||||
public void whenReadUTFEncodedFile_thenCorrect() throws IOException {
|
||||
final String expected_value = "青空";
|
||||
@@ -177,5 +175,4 @@ public class JavaReadFromFileTest {
|
||||
assertEquals(expected_value, line);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user