Revision: 17651
http://sourceforge.net/p/gate/code/17651
Author: markagreenwood
Date: 2014-03-13 18:44:32 +0000 (Thu, 13 Mar 2014)
Log Message:
-----------
make the pendingCreoleUrls list protected so that if someone (Johann) foolishly
subclasses gate.Main they can access it :)
Modified Paths:
--------------
gate/trunk/src/main/gate/Main.java
Modified: gate/trunk/src/main/gate/Main.java
===================================================================
--- gate/trunk/src/main/gate/Main.java 2014-03-13 15:11:47 UTC (rev 17650)
+++ gate/trunk/src/main/gate/Main.java 2014-03-13 18:44:32 UTC (rev 17651)
@@ -560,6 +560,6 @@
} // help()
/** The list of pending URLs to add to the CREOLE register */
- private static final List<URL> pendingCreoleUrls = new ArrayList<URL>();
+ protected static final List<URL> pendingCreoleUrls = new ArrayList<URL>();
} // class Main
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs