ReportViewer's helper text was not showing up on the the initial load.


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@1938 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/tools/benchmark-viewer/src/com/google/gwt/benchmarks/viewer/client/ReportViewer.java b/tools/benchmark-viewer/src/com/google/gwt/benchmarks/viewer/client/ReportViewer.java
index 9cf4270..3132754 100644
--- a/tools/benchmark-viewer/src/com/google/gwt/benchmarks/viewer/client/ReportViewer.java
+++ b/tools/benchmark-viewer/src/com/google/gwt/benchmarks/viewer/client/ReportViewer.java
@@ -111,9 +111,9 @@
 
   CellPanel topPanel;
 
-  private int currentSelectedRow = 0;
+  private int currentSelectedRow;
 
-  private String currentToken = "";
+  private String currentToken;
 
   public void onHistoryChanged(String token) {
     assert (summaries != null);