Skip to content

Commit

Permalink
Remove direct jar loader (too slow)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbalint committed Jun 9, 2016
1 parent c313dc7 commit 84f6faf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 31 deletions.
2 changes: 0 additions & 2 deletions src/main/java/com/jbalint/jora/proto/JarToRdf.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@

public class JarToRdf {
public static void main(String args[]) throws IOException {
Load1 loader = new Load1();

Model model = Models2.newModel();

JarFile f = new JarFile(args[0]);
Expand Down
29 changes: 0 additions & 29 deletions src/main/java/com/jbalint/jora/proto/LoadJar.java

This file was deleted.

0 comments on commit 84f6faf

Please sign in to comment.