Skip to content

Commit

Permalink
removing warning
Browse files Browse the repository at this point in the history
  • Loading branch information
melaasar committed Jan 11, 2023
1 parent f78f8bc commit 26a7f02
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions owl-load/src/main/java/io/opencaesar/owl/load/OwlLoadApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
package io.opencaesar.owl.load;

import java.io.File;
import java.net.URI;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
Expand Down Expand Up @@ -206,8 +205,6 @@ private void run() throws Exception {
LOGGER.info("=================================================================");
}

private static String OS = System.getProperty("os.name").toLowerCase();

private void loadOntology(RDFConnection conn, final OWLOntology ont) {
IRI documentIRI = ont.getOWLOntologyManager().getOntologyDocumentIRI(ont);
try {
Expand Down

0 comments on commit 26a7f02

Please sign in to comment.