/[projects]/android/TrainInfoCommon/src/dk/thoerup/android/traininfo/common/TimetableEntry.java
ViewVC logotype

Diff of /android/TrainInfoCommon/src/dk/thoerup/android/traininfo/common/TimetableEntry.java

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

revision 1421 by torben, Mon May 2 16:38:25 2011 UTC revision 1422 by torben, Mon May 2 17:06:53 2011 UTC
# Line 20  public class TimetableEntry implements S Line 20  public class TimetableEntry implements S
20          @Attribute          @Attribute
21          private boolean current;          private boolean current;
22                    
23            @Element(required=false) //TODO: old clients will crash if this one is missing from xml - remove sometime after 0.9.8 release          
24            private int stationId=-1;
25            
26          @Element(required=false) //it really should be required but don't crash XML generator if getSimpleByName couln't find a station          @Element(required=false) //it really should be required but don't crash XML generator if getSimpleByName couln't find a station
27          private StationEntry stationEntry;          private StationEntry stationEntry;
28                    

Legend:
Removed from v.1421  
changed lines
  Added in v.1422

  ViewVC Help
Powered by ViewVC 1.1.20