We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 803fc4a commit 110a0daCopy full SHA for 110a0da
1 file changed
java-diff-utils/src/test/java/com/github/difflib/text/DiffRowGeneratorTest.java
@@ -839,7 +839,7 @@ private void assertInlineDiffResult(DiffRowGenerator generator, String original,
839
840
@Test
841
public void testIssue188HangOnExamples() throws IOException, URISyntaxException {
842
- try (FileSystem zipFs = FileSystems.newFileSystem(Paths.get("target/test-classes/com/github/difflib/text/test.zip"), null);) {
+ try (FileSystem zipFs = FileSystems.newFileSystem(Paths.get("target/test-classes/com/github/difflib/text/test.zip"), (ClassLoader) null);) {
843
List<String> original = Files.readAllLines(zipFs.getPath("old.html"));
844
List<String> revised = Files.readAllLines(zipFs.getPath("new.html"));
845
0 commit comments