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

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

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

revision 582 by torben, Tue Feb 2 19:05:08 2010 UTC revision 583 by torben, Tue Feb 2 19:18:20 2010 UTC
# Line 190  public class DepartureFetcher { Line 190  public class DepartureFetcher {
190                          DepartureBean departure = new DepartureBean();                          DepartureBean departure = new DepartureBean();
191    
192                          String time = fields.get(0).asText().trim();                          String time = fields.get(0).asText().trim();
193                          logger.info("time:" + time);  
194                          if (time.equals(""))                          if (time.equals(""))
195                                  time = "0:00"; //Bane.dk bug work-around                                  time = "0:00"; //Bane.dk bug work-around
196                          departure.setTime(time);                          departure.setTime(time);

Legend:
Removed from v.582  
changed lines
  Added in v.583

  ViewVC Help
Powered by ViewVC 1.1.20