Revision: 6454
          http://sourceforge.net/p/jump-pilot/code/6454
Author:   michaudm
Date:     2020-09-12 22:02:47 +0000 (Sat, 12 Sep 2020)
Log Message:
-----------
make the code compilable again

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

Modified: 
core/trunk/src/org/openjump/core/ui/plugin/raster/RasterQueryCursorTool.java
===================================================================
--- 
core/trunk/src/org/openjump/core/ui/plugin/raster/RasterQueryCursorTool.java    
    2020-09-12 21:43:06 UTC (rev 6453)
+++ 
core/trunk/src/org/openjump/core/ui/plugin/raster/RasterQueryCursorTool.java    
    2020-09-12 22:02:47 UTC (rev 6454)
@@ -135,7 +135,7 @@
                RasterImageLayer[] ls = (RasterImageLayer[]) 
wbcontext.getLayerableNamePanel()
                 .selectedNodes(RasterImageLayer.class)
                 .toArray(new RasterImageLayer[] {});
-                .toArray(new Layerable[] {});
+                //.toArray(new Layerable[] {});
         if (ls != null && ls.length > 0) {
             rLayer = (RasterImageLayer) ls[0];
 



_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to