/[projects]/android/TrainInfoService/src/dk/thoerup/traininfoservice/banedk/TimetableFetcher.java
ViewVC logotype

Diff of /android/TrainInfoService/src/dk/thoerup/traininfoservice/banedk/TimetableFetcher.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1409 by torben, Mon May 2 09:34:53 2011 UTC revision 1410 by torben, Mon May 2 12:02:54 2011 UTC
# Line 45  public class TimetableFetcher { Line 45  public class TimetableFetcher {
45          TimetableBean cachedLookupTimetable(String trainID, String type) throws Exception {          TimetableBean cachedLookupTimetable(String trainID, String type) throws Exception {
46                  String key = trainID+type;                  String key = trainID+type;
47                  TimetableBean list = cache.get(key);                  TimetableBean list = cache.get(key);
                 list = null; //TODO: DEBUG  
48                                    
49                  if (list == null) {                  if (list == null) {
50                          list = lookupTimetable(trainID,type);                          list = lookupTimetable(trainID,type);

Legend:
Removed from v.1409  
changed lines
  Added in v.1410

  ViewVC Help
Powered by ViewVC 1.1.20