Description: Fix 'cannot find symbol' error.
 Copy 'EOL' from ParseException.java generated source.
Author: Bas Couwenberg <sebastic@debian.org>
Forwarded: not-needed

--- a/src/ch/poole/openinghoursparser/OpeningHoursParseException.java
+++ b/src/ch/poole/openinghoursparser/OpeningHoursParseException.java
@@ -38,6 +38,11 @@ public class OpeningHoursParseException
     }
 
     /**
+     * The end of line string for this machine.
+     */
+    protected static String EOL = System.getProperty("line.separator", "\n");
+
+    /**
      * Returns the line number
      * @return the line number
      */
