Comment change
[marc4j.git] / 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