Revision: 15155
          http://gate.svn.sourceforge.net/gate/?rev=15155&view=rev
Author:   markagreenwood
Date:     2012-01-20 18:56:40 +0000 (Fri, 20 Jan 2012)
Log Message:
-----------
improved encapsulation

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

Modified: gate/trunk/src/gate/gui/OptionsDialog.java
===================================================================
--- gate/trunk/src/gate/gui/OptionsDialog.java  2012-01-20 18:30:24 UTC (rev 
15154)
+++ gate/trunk/src/gate/gui/OptionsDialog.java  2012-01-20 18:56:40 UTC (rev 
15155)
@@ -674,5 +674,5 @@
 
   protected JCheckBox viewSelectTreeChk;
 
-  protected static OptionsMap userConfig = Gate.getUserConfig();
+  private static OptionsMap userConfig = Gate.getUserConfig();
 }

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