Skip to content

Commit

Permalink
Config: Really don't keep requesting gama09 subjects.
Browse files Browse the repository at this point in the history
  • Loading branch information
murraycu committed Jun 26, 2017
1 parent 6d40d31 commit bd8c1c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public DecisionTree.DiscussQuestion getDiscussQuestion() {
//trees so can ask questions about items that have already been downloaded and stored in
//the cache.
SUBJECT_GROUPS.put(SUBJECT_GROUP_ID_GAMA_09, //GAMA 09
new SubjectGroup("gama_tree.xml", true,
new SubjectGroup("gama_tree.xml", false,
new DecisionTree.DiscussQuestion("gama-11", "a-0", "a-1")));
SUBJECT_GROUPS.put(SUBJECT_GROUP_ID_FERENGI2, //Ferengi 2
new SubjectGroup("ferengi_tree.xml", false,
Expand Down

0 comments on commit bd8c1c9

Please sign in to comment.