Comment change
authorDennis Schafroth <dennis@indexdata.com>
Tue, 19 Feb 2013 13:07:39 +0000 (14:07 +0100)
committerDennis Schafroth <dennis@indexdata.com>
Tue, 19 Feb 2013 13:07:39 +0000 (14:07 +0100)
src/org/marc4j/MarcStreamReader.java

index 99ad0c3..85f49f1 100644 (file)
@@ -113,8 +113,9 @@ public class MarcStreamReader implements MarcReader {
           try {\r
             leaderBuffer = new byte[24];\r
             input.readFully(leaderBuffer);\r
\r
           } catch (EOFException eof) {\r
-            // If we are not capable of reading the leader before EOF, we cannot read a record\r
+               // If we are not capable of reading the leader before EOF, we cannot read a record\r
             return false;\r
           }\r
         } catch (IOException e) {\r