/[projects]/android/Side9/src/dk/thoerup/side9/Side9Data.java
ViewVC logotype

Diff of /android/Side9/src/dk/thoerup/side9/Side9Data.java

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

revision 1224 by torben, Wed Feb 9 17:39:54 2011 UTC revision 1225 by torben, Wed Feb 9 17:50:24 2011 UTC
# Line 5  public class Side9Data { Line 5  public class Side9Data {
5                    
6          public int width;          public int width;
7          public int height;          public int height;
8          public String caption;          public String caption = "";
9                    
10                    
11                    
# Line 18  public class Side9Data { Line 18  public class Side9Data {
18                          return false;                          return false;
19                                    
20                  Side9Data data = (Side9Data) o;                  Side9Data data = (Side9Data) o;
21                  return this.url.equals( data.url );                  return (this.url.equals( data.url )  &&  this.caption.equals(data.caption) );
22                                    
23          }          }
24                    

Legend:
Removed from v.1224  
changed lines
  Added in v.1225

  ViewVC Help
Powered by ViewVC 1.1.20