/[projects]/android/TrainInfo/src/dk/thoerup/traininfo/provider/XmlStationProvider.java
ViewVC logotype

Diff of /android/TrainInfo/src/dk/thoerup/traininfo/provider/XmlStationProvider.java

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

revision 1004 by torben, Mon Aug 2 23:01:47 2010 UTC revision 1005 by torben, Mon Aug 2 23:03:11 2010 UTC
# Line 68  public class XmlStationProvider implemen Line 68  public class XmlStationProvider implemen
68                                    
69                  if (tmpStations != null) {                  if (tmpStations != null) {
70                          Log.i("lookupStations", "cache hit " + url);                          Log.i("lookupStations", "cache hit " + url);
71                            stations = tmpStations;
72                          result = true;                          result = true;
73                  } else {                  } else {
74                          result = fetchStations(url);                          result = fetchStations(url);

Legend:
Removed from v.1004  
changed lines
  Added in v.1005

  ViewVC Help
Powered by ViewVC 1.1.20