Changeset 1207


Ignore:
Timestamp:
01/30/19 12:53:02 (5 years ago)
Author:
bln4
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/io/ExpReader.java

    r1200 r1207  
    106106                        // Now read all the items
    107107                        Item currentItem = null;
    108                         while (_reader.ready() && !(next = _reader.readLine()).equals("Z")) {
     108                        while (_reader.ready() && !(next = _reader.readLine()).equals("Z")) {                   
    109109                                // if this is the start of a new item add a new item
    110110                                if (isValidLine(next)) {
Note: See TracChangeset for help on using the changeset viewer.