We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24e835d commit 33ea5dfCopy full SHA for 33ea5df
1 file changed
core/util/src/test/java/org/eclipse/rdf4j/common/net/ParsedURITest.java
@@ -61,7 +61,6 @@ public void jarUriWithHttpStringifiesToOriginalForm() {
61
@Test
62
public void jarUriWithFileStringifiesToOriginalForm() {
63
ParsedURI uri = new ParsedURI("jar:file:///some-file.jar!/another-file");
64
- System.out.println(uri.getScheme());
65
assertEquals("jar:file:///some-file.jar!/another-file", uri.toString());
66
}
67
0 commit comments