Skip to content

Commit

Permalink
Clean up. Remove unused category.
Browse files Browse the repository at this point in the history
  • Loading branch information
kvb2univpitt committed Feb 12, 2016
1 parent fd6f307 commit 63b8889
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public String showPlot(
model.addAttribute("link", url);

String username = appUser.getUsername();
List<String> categoryNames = Arrays.asList("Data File", "Dataset Read In", "Runtime Parameters", "Algorithm Parameters", "Datasets", "Graph Parameters");
List<String> categoryNames = Arrays.asList("Data File", "Dataset Read In", "Runtime Parameters", "Algorithm Parameters", "Graph Parameters");
model.addAttribute("categories", algorithmResultService.extractDataCategories(fileName, username, categoryNames));

return PLOT_VIEW;
Expand Down

0 comments on commit 63b8889

Please sign in to comment.