Revision: 15148
          http://gate.svn.sourceforge.net/gate/?rev=15148&view=rev
Author:   markagreenwood
Date:     2012-01-20 12:44:50 +0000 (Fri, 20 Jan 2012)
Log Message:
-----------
removed deprecated access to a set of listeners as eveything seems to have 
switched over to the method based access approach

Modified Paths:
--------------
    gate/trunk/src/gate/Gate.java

Modified: gate/trunk/src/gate/Gate.java
===================================================================
--- gate/trunk/src/gate/Gate.java       2012-01-20 11:17:09 UTC (rev 15147)
+++ gate/trunk/src/gate/Gate.java       2012-01-20 12:44:50 UTC (rev 15148)
@@ -1854,11 +1854,8 @@
    * The keys used are the class names of the listener interface and the
    * values are the actual listeners (e.g "gate.event.StatusListener" ->
    * this).
-   *
-   * Deprecated. Call getListeners instead.
    */
-  @Deprecated
-  public static java.util.Map<String, EventListener> listeners =
+  private static final java.util.Map<String, EventListener> listeners =
     new HashMap<String, EventListener>();
 
 } // class Gate

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


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to