[tor-commits] [metrics-web/master] And make it comile again.

karsten at torproject.org karsten at torproject.org
Tue Aug 21 11:55:35 UTC 2012


commit c7fc544c91914700675f19ed8d070e131f6409f9
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Tue Aug 21 13:55:13 2012 +0200

    And make it comile again.
---
 .../torproject/ernie/web/ResearchDataServlet.java  |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/org/torproject/ernie/web/ResearchDataServlet.java b/src/org/torproject/ernie/web/ResearchDataServlet.java
index 23688b2..8eaab66 100644
--- a/src/org/torproject/ernie/web/ResearchDataServlet.java
+++ b/src/org/torproject/ernie/web/ResearchDataServlet.java
@@ -39,6 +39,7 @@ public class ResearchDataServlet extends HttpServlet {
 
     /* Read local directory with files served by the local Apache HTTP
      * server and add the URLs to the list. */
+    List<String> dataFileUrls = new ArrayList<String>();
     String localDataDir = getServletConfig().getInitParameter(
         "localDataDir");
     if (localDataDir != null) {



More information about the tor-commits mailing list