Project

General

Profile

available.diff

Igor Skornyakov, 11/22/2022 08:35 AM

Download (431 Bytes)

View differences:

src/com/goldencode/p2j/persist/RecordBuffer.java 2022-11-22 12:11:18 +0000
9195 9195
    */
9196 9196
   protected void throwOffEnd()
9197 9197
   {
9198
      this.currentRecord = null;
9198 9199
      throw new QueryOffEndException("", new QueryOffEndListener[] { offEndListener });
9199 9200
   }
9200 9201