Subversion Repository Public Repository

litesoft

Diff Revisions 916 vs 917 for /trunk/Java/core/Anywhere/src/org/litesoft/core/simpletypes/nonpublic/AbstractXY.java

Diff revisions: vs.
  @@ -49,7 +49,7 @@
49 49 /**
50 50 * Row (Y) then Column (X)
51 51 */
52 - public int compareTo( T them )
52 + protected int LLcompareTo( AbstractXY them )
53 53 {
54 54 return compareEm( compare( this.mY, them.mY ), //
55 55 compare( this.mX, them.mX ) );