Revision: 5862
          http://sourceforge.net/p/jump-pilot/code/5862
Author:   ma15569
Date:     2018-06-08 08:09:47 +0000 (Fri, 08 Jun 2018)
Log Message:
-----------
emoved final to getDialogValues method that creates error on OJ compilation

Modified Paths:
--------------
    core/trunk/src/org/openjump/core/ui/plugin/raster/HistogramPlugIn.java

Modified: core/trunk/src/org/openjump/core/ui/plugin/raster/HistogramPlugIn.java
===================================================================
--- core/trunk/src/org/openjump/core/ui/plugin/raster/HistogramPlugIn.java      
2018-06-08 07:37:28 UTC (rev 5861)
+++ core/trunk/src/org/openjump/core/ui/plugin/raster/HistogramPlugIn.java      
2018-06-08 08:09:47 UTC (rev 5862)
@@ -239,7 +239,7 @@
         dialog.pack();
     }
 
-    private final void getDialogValues(MultiInputDialog dialog) {
+    private void getDialogValues(MultiInputDialog dialog) {
         ranges = dialog.getInteger(T2);
         selLayer = (RasterImageLayer) dialog.getLayerable(CLAYER);
 


------------------------------------------------------------------------------
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
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to