/[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 1367 by torben, Wed Apr 20 20:33:22 2011 UTC revision 1372 by torben, Thu Apr 21 05:51:25 2011 UTC
# Line 58  public class TimetableFetcher { Line 58  public class TimetableFetcher {
58          }          }
59                    
60          TimetableBean lookupTimetable(String trainID, String type) throws Exception {          TimetableBean lookupTimetable(String trainID, String type) throws Exception {
61                  if (settings.getUseAzureSite() == true ){                  if (settings.getBackend() == TraininfoSettings.Backend.Azure ){
62                          return lookupTimetableAzureSite(trainID, type);                          return lookupTimetableAzureSite(trainID, type);
63                                                    
64                  } else {                  } else {
# Line 194  public class TimetableFetcher { Line 194  public class TimetableFetcher {
194    
195                  Element row = rows.get(i);                  Element row = rows.get(i);
196                                    
197                  logger.info( row.text() );                  logger.fine( row.text() );
198                                    
199                  String parts[] = row.text().split(",");                  String parts[] = row.text().split(",");
200                                    

Legend:
Removed from v.1367  
changed lines
  Added in v.1372

  ViewVC Help
Powered by ViewVC 1.1.20