Skip to content
This repository has been archived by the owner on Sep 22, 2019. It is now read-only.

Commit

Permalink
use the fix, dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwb committed Mar 21, 2016
1 parent 288dd17 commit 542fdfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/opentree/GraphExplorer.java
Expand Up @@ -3646,7 +3646,7 @@ public HashMap<String, Object> getArgusonData (Node startNode, String treeID, in
JadeNode root = tree.getRoot();
root.assocObject("graph_node", startNode);
results = processArgusonTree(root, treeID, uniqueSources);
LinkedList<HashMap<String, Object>> lineage = getLineage(startNode, treeID, uniqueSources);
LinkedList<HashMap<String, Object>> lineage = getLineageArguson(startNode, treeID, uniqueSources);
results.put("lineage", lineage);
HashMap<String, Object> sourceMap = getSourceIDMap(uniqueSources, treeID);
results.put("source_id_map", sourceMap);
Expand Down

0 comments on commit 542fdfc

Please sign in to comment.