Subversion Repository Public Repository

litesoft

Diff Revisions 49 vs 50 for /trunk/Java/core/Anywhere/src/org/litesoft/core/util/SortableBuilder.java

Diff revisions: vs.
  @@ -102,6 +102,7 @@
102 102 mBeyoundEnd = pBeyoundEnd;
103 103 }
104 104
105 + @Override
105 106 public char nextChar()
106 107 {
107 108 return (mIndex < mString.length()) ? mString.charAt( mIndex++ ) : mBeyoundEnd;
  @@ -120,6 +121,7 @@
120 121 mChar = pChar;
121 122 }
122 123
124 + @Override
123 125 public char nextChar()
124 126 {
125 127 return mChar;