Ny server 2019
Compare changes
- Tor-Einar Skog authored
@@ -659,7 +659,7 @@ public class ForecastBean {
@@ -659,7 +659,7 @@ public class ForecastBean {
public Kml getForecastsAggregateKml(Integer organizationId, List<Integer> cropOrganismIds, Date theDate, String serverName)
@@ -696,7 +696,20 @@ public class ForecastBean {
@@ -696,7 +696,20 @@ public class ForecastBean {
List<PointOfInterest> poisWithAggregate = getPointOfInterestForecastsAggregate(organizationId, cropOrganismIds, theDate);
//System.out.println(this.getClass().getName() + " DEBUG: getPointOfInterestForecastsAggregate took " + (new Date().getTime() - benchmark.getTime()) + " ms to complete.");