From 6c0b24b821f223cfe731c57c8da89a8f2d292d68 Mon Sep 17 00:00:00 2001 From: cdtank Date: Mon, 21 Mar 2011 22:42:09 +0000 Subject: [PATCH] 1. Made use of the lastcachedAt property & made changes to the front-end to display a disclaimer in temporal vis saying when was the data last cached. Made use of the infoicon already in use on personal profile pages. --- .../TemporalGrantVisualizationRequestHandler.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/edu/cornell/mannlib/vitro/webapp/visualization/freemarker/entitycomparison/cached/TemporalGrantVisualizationRequestHandler.java b/src/edu/cornell/mannlib/vitro/webapp/visualization/freemarker/entitycomparison/cached/TemporalGrantVisualizationRequestHandler.java index a3fd3378..21834bf7 100644 --- a/src/edu/cornell/mannlib/vitro/webapp/visualization/freemarker/entitycomparison/cached/TemporalGrantVisualizationRequestHandler.java +++ b/src/edu/cornell/mannlib/vitro/webapp/visualization/freemarker/entitycomparison/cached/TemporalGrantVisualizationRequestHandler.java @@ -57,11 +57,11 @@ public class TemporalGrantVisualizationRequestHandler implements } - System.out.println("current models in the system are"); - for (Map.Entry entry : ConstructedModelTracker.getAllModels().entrySet()) { - System.out.println(entry.getKey() + " -> " + entry.getValue().size()); - } - +// System.out.println("current models in the system are"); +// for (Map.Entry entry : ConstructedModelTracker.getAllModels().entrySet()) { +// System.out.println(entry.getKey() + " -> " + entry.getValue().size()); +// } +// return prepareStandaloneMarkupResponse(vitroRequest, entityURI); }