/[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 696 by torben, Wed Feb 10 14:07:04 2010 UTC revision 697 by torben, Mon May 3 07:42:02 2010 UTC
# Line 132  public class DepartureFetcher { Line 132  public class DepartureFetcher {
132                                  String note = extractNote( fields.get(7) );                                  String note = extractNote( fields.get(7) );
133                                  departure.setNote(note);                                  departure.setNote(note);
134                                                                    
135                                    departure.setType(type);
136                                    
137                                  departureList.add(departure);                                  departureList.add(departure);
138                          }                          }
139                      }                      }

Legend:
Removed from v.696  
changed lines
  Added in v.697

  ViewVC Help
Powered by ViewVC 1.1.20