Skip to content
Snippets Groups Projects
Commit 2e2a693e authored by Christopher Schankula's avatar Christopher Schankula :earth_africa:
Browse files

edits to histogram

parent 34d78876
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
<%
TrawlExpert te = (TrawlExpert)request.getServletContext().getAttribute("trawl");
BasicSearchResult result = te.rangeSearch(159512, 1960, 2016);
BasicSearchResult result = te.rangeSearch(2, 1960, 2016);
BST<Integer, Integer> histogram = result.histogram();
Iterable<Integer> results = histogram.keys();
......
/*
* Generated by the Jasper component of Apache Tomcat
* Version: Apache Tomcat/9.0.6
* Generated at: 2018-03-28 13:37:40 UTC
* Generated at: 2018-03-28 13:41:27 UTC
* Note: The last modified time of this file was set to
* the last modified time of the source file after
* generation to assist with modification tracking.
......@@ -139,7 +139,7 @@ public final class histogram_jsp extends org.apache.jasper.runtime.HttpJspBase
TrawlExpert te = (TrawlExpert)request.getServletContext().getAttribute("trawl");
BasicSearchResult result = te.rangeSearch(159512, 1960, 2016);
BasicSearchResult result = te.rangeSearch(2, 1960, 2016);
BST<Integer, Integer> histogram = result.histogram();
Iterable<Integer> results = histogram.keys();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment