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

Diff of /android/TrainInfoCommon/src/dk/thoerup/android/traininfo/common/DepartureEntry.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 5  import java.io.Serializable; Line 5  import java.io.Serializable;
5  import org.simpleframework.xml.Element;  import org.simpleframework.xml.Element;
6  import org.simpleframework.xml.Root;  import org.simpleframework.xml.Root;
7    
8  @Root(name="train")  @Root(name="train", strict=false)
9  public class DepartureEntry implements Comparable<DepartureEntry>, Serializable {  public class DepartureEntry implements Comparable<DepartureEntry>, Serializable {
10                    
11          @Element          @Element

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

  ViewVC Help
Powered by ViewVC 1.1.20