/[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 1332 by torben, Wed Apr 20 06:20:27 2011 UTC revision 1333 by torben, Wed Apr 20 06:26:19 2011 UTC
# Line 289  http://mobil.bane.dk/mobilStation.asp?ar Line 289  http://mobil.bane.dk/mobilStation.asp?ar
289                                  trainNumber = trainNumber + " " + extractTrainNumberAzure(fields.get(2));*/                                  trainNumber = trainNumber + " " + extractTrainNumberAzure(fields.get(2));*/
290                          departure.setTrainNumber(trainNumber);                          departure.setTrainNumber(trainNumber);
291    
292                                    if (trainType == TrainType.STOG) { //if it is stog the next vield is the "Line" code - this should be used somewhere, but skippint ahead for now
293                                            offset++;
294                                    }
295    
296                          String destination = parts[offset++];                          String destination = parts[offset++];
297                          departure.setDestination(destination);                          departure.setDestination(destination);
298    

Legend:
Removed from v.1332  
changed lines
  Added in v.1333

  ViewVC Help
Powered by ViewVC 1.1.20