Revision: 5569
          http://sourceforge.net/p/jump-pilot/code/5569
Author:   edso
Date:     2017-11-18 04:17:29 +0000 (Sat, 18 Nov 2017)
Log Message:
-----------
there's no reasons for other classes to retrieve a modifiable list of handlers

Modified Paths:
--------------
    core/trunk/src/com/vividsolutions/jump/workbench/ui/WorkbenchFrame.java

Modified: 
core/trunk/src/com/vividsolutions/jump/workbench/ui/WorkbenchFrame.java
===================================================================
--- core/trunk/src/com/vividsolutions/jump/workbench/ui/WorkbenchFrame.java     
2017-11-18 04:12:15 UTC (rev 5568)
+++ core/trunk/src/com/vividsolutions/jump/workbench/ui/WorkbenchFrame.java     
2017-11-18 04:17:29 UTC (rev 5569)
@@ -1847,7 +1847,7 @@
      * 
      * @return the ApplicationExitHandlers
      */
-    public List<ApplicationExitHandler> getApplicationExitHandlers() {
+    private List<ApplicationExitHandler> getApplicationExitHandlers() {
         return applicationExitHandlers;
     }
     


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Jump-pilot-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to