Revision: 15159
          http://gate.svn.sourceforge.net/gate/?rev=15159&view=rev
Author:   markagreenwood
Date:     2012-01-21 12:10:12 +0000 (Sat, 21 Jan 2012)
Log Message:
-----------
more encapsulation

Modified Paths:
--------------
    gate/trunk/src/gate/gui/MainFrame.java

Modified: gate/trunk/src/gate/gui/MainFrame.java
===================================================================
--- gate/trunk/src/gate/gui/MainFrame.java      2012-01-21 02:28:55 UTC (rev 
15158)
+++ gate/trunk/src/gate/gui/MainFrame.java      2012-01-21 12:10:12 UTC (rev 
15159)
@@ -282,7 +282,7 @@
    * as that would use unnecessary CPU time and memory. Access to this
    * data is available through the {@link #getIcon(String)} method.
    */
-  protected static Map<String, Icon> iconByName = new HashMap<String, Icon>();
+  private static final Map<String, Icon> iconByName = new HashMap<String, 
Icon>();
 
   private static final Collection<Component> guiRoots =
     new ArrayList<Component>();

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


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
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-dev2
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to