/[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 1069 by torben, Thu Sep 16 15:31:31 2010 UTC revision 1070 by torben, Thu Sep 16 16:29:54 2010 UTC
# Line 6  import org.simpleframework.xml.Attribute Line 6  import org.simpleframework.xml.Attribute
6  import org.simpleframework.xml.Element;  import org.simpleframework.xml.Element;
7  import org.simpleframework.xml.Root;  import org.simpleframework.xml.Root;
8    
9  @Root(name="entry")  @Root(name="entry", strict=false)
10  public class TimetableEntry implements Serializable {  public class TimetableEntry implements Serializable {
11          @Element          @Element
12          private String station;          private String station;

Legend:
Removed from v.1069  
changed lines
  Added in v.1070

  ViewVC Help
Powered by ViewVC 1.1.20