--- android/TrainInfoService/src/dk/thoerup/traininfoservice/banedk/TimetableFetcher.java 2010/06/11 17:12:29 836 +++ android/TrainInfoService/src/dk/thoerup/traininfoservice/banedk/TimetableFetcher.java 2010/06/11 17:16:06 837 @@ -51,7 +51,7 @@ List cachedLookupTimetable(String trainID, String type) throws Exception { String key = trainID+type; - List list = null;//cache.get(key); + List list = cache.get(key); if (list == null) { list = lookupTimetable(trainID,type);