Revision: 17821
          http://sourceforge.net/p/gate/code/17821
Author:   markagreenwood
Date:     2014-04-11 19:19:46 +0000 (Fri, 11 Apr 2014)
Log Message:
-----------
fixed a weird NPE

Modified Paths:
--------------
    gate/trunk/src/main/gate/creole/Transducer.java

Modified: gate/trunk/src/main/gate/creole/Transducer.java
===================================================================
--- gate/trunk/src/main/gate/creole/Transducer.java     2014-04-11 18:01:40 UTC 
(rev 17820)
+++ gate/trunk/src/main/gate/creole/Transducer.java     2014-04-11 19:19:46 UTC 
(rev 17821)
@@ -573,7 +573,7 @@
   /**
    * A switch used to activate the JAPE debugger.
    */
-  protected Boolean enableDebugging;
+  protected Boolean enableDebugging = Boolean.FALSE;
 
 
   public java.net.URL getBinaryGrammarURL() {

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to