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

Diff of /android/TrainInfoCommon/src/dk/thoerup/android/traininfo/common/DepartureBean.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 10  import org.simpleframework.xml.Attribute Line 10  import org.simpleframework.xml.Attribute
10  import org.simpleframework.xml.ElementList;  import org.simpleframework.xml.ElementList;
11  import org.simpleframework.xml.Root;  import org.simpleframework.xml.Root;
12    
13  @Root(name="departureinfo")  @Root(name="departureinfo", strict=false)
14  public class DepartureBean implements Serializable{  public class DepartureBean implements Serializable{
15                    
16          @Attribute          @Attribute

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

  ViewVC Help
Powered by ViewVC 1.1.20