Esempio n. 1
0
 @java.lang.Override
 @java.lang.SuppressWarnings("all")
 public boolean equals(final java.lang.Object o) {
   if (o == this) return true;
   if (!(o instanceof Local)) return false;
   final Local other = (Local) o;
   if (!other.canEqual((java.lang.Object) this)) return false;
   if (this.getX() != other.getX()) return false;
   return true;
 }