Subversion Repository Public Repository

litesoft

Diff Revisions 49 vs 151 for /trunk/Java/core/Anywhere/src/org/litesoft/bo/change/SimpleChangeEntry.java

Diff revisions: vs.
  @@ -24,8 +24,7 @@
24 24
25 25 public boolean equals( Object pThem )
26 26 {
27 - return (this == pThem) || ((pThem instanceof SimpleChangeEntry) &&
28 - equalsNotNullNotUs( (SimpleChangeEntry) pThem ));
27 + return (this == pThem) || ((pThem instanceof SimpleChangeEntry) && equalsNotNullNotUs( (SimpleChangeEntry) pThem ));
29 28 }
30 29
31 30 public boolean equals( SimpleChangeEntry pThem )