Skip to content

Commit

Permalink
remove Grateful Dead graphml xml file from the distribution. Too big …
Browse files Browse the repository at this point in the history
…and wasnt being used for anything.
  • Loading branch information
okram committed Sep 21, 2010
1 parent 2af89ad commit 4d9b41d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26,387 deletions.
Expand Up @@ -51,11 +51,4 @@ public static TinkerGraph createTinkerGraph() {
return graph;

}

public static TinkerGraph createGratefulGraph() throws XMLStreamException {
TinkerGraph graph = new TinkerGraph();
GraphMLReader.inputGraph(graph, GraphMLReader.class.getResourceAsStream("graph-example-2.xml"));
return graph;
}

}

0 comments on commit 4d9b41d

Please sign in to comment.