Revision: 4586
          http://sourceforge.net/p/jump-pilot/code/4586
Author:   edso
Date:     2015-12-08 16:01:39 +0000 (Tue, 08 Dec 2015)
Log Message:
-----------
minor typo

Modified Paths:
--------------
    core/trunk/src/com/vividsolutions/jump/workbench/model/WMSLayer.java

Modified: core/trunk/src/com/vividsolutions/jump/workbench/model/WMSLayer.java
===================================================================
--- core/trunk/src/com/vividsolutions/jump/workbench/model/WMSLayer.java        
2015-12-08 13:11:44 UTC (rev 4585)
+++ core/trunk/src/com/vividsolutions/jump/workbench/model/WMSLayer.java        
2015-12-08 16:01:39 UTC (rev 4586)
@@ -159,7 +159,7 @@
                Image image;
 
                // look if last request equals new one.
-               // if it does take the image from the cache.
+               // if it does, take the image from the cache.
                if (oldURL == null || !newURL.equals(oldURL) || oldImage == null
                        || (image = (Image)oldImage.get()) == null) {
                        image = request.getImage();


------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140
_______________________________________________
Jump-pilot-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to