From fb3f711e8f2359693d0d12894f34047d92df3139 Mon Sep 17 00:00:00 2001
From: Jens Bendisposto <jens@bendisposto.de>
Date: Sat, 12 May 2012 11:37:11 +0200
Subject: [PATCH] type error

---
 src/main/resources/org/sablecc/sablecc/parser.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/org/sablecc/sablecc/parser.txt b/src/main/resources/org/sablecc/sablecc/parser.txt
index 359406a..a94ab0c 100644
--- a/src/main/resources/org/sablecc/sablecc/parser.txt
+++ b/src/main/resources/org/sablecc/sablecc/parser.txt
@@ -693,7 +693,7 @@ public class ParserException extends Exception
         return this.token;
     }
 
-    public Token getRealMsg()
+    public String getRealMsg()
     {
         return this.realMsg;
     }
-- 
GitLab