Skip to content

Commit a57f19f

Browse files
committed
Trigger build pipeline
1 parent 106d68c commit a57f19f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dataload/rdf2json/src/main/java/uk/ac/ebi/rdf2json/OntologyGraph.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ private RDFParserBuilder createParser(Lang lang) {
7070
}
7171

7272
private void parseRDF(String url, InputStream is, String contentType) throws IOException {
73-
7473
if(url.endsWith(".gz")) {
7574
System.out.println("parseRDF: Decompressing gzipped ontology " + url);
7675
is = new GZIPInputStream(is);

0 commit comments

Comments
 (0)