Revision: 4364
          http://sourceforge.net/p/jump-pilot/code/4364
Author:   ma15569
Date:     2015-03-31 12:37:12 +0000 (Tue, 31 Mar 2015)
Log Message:
-----------


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

Modified: 
core/trunk/src/com/vividsolutions/jump/workbench/ui/LayerNameRenderer.java
===================================================================
--- core/trunk/src/com/vividsolutions/jump/workbench/ui/LayerNameRenderer.java  
2015-03-31 12:30:13 UTC (rev 4363)
+++ core/trunk/src/com/vividsolutions/jump/workbench/ui/LayerNameRenderer.java  
2015-03-31 12:37:12 UTC (rev 4364)
@@ -968,12 +968,12 @@
         return tooltip;
     }
     
-    // /////////////////////////////////////////////////////////////////
-    // This method takes a String of text and simulates word wrapping
-    // by applying HTML code <BR> after 300 characters per line. It
-    // will check to make sure that we are not in the middle of a word
-    // before breaking the line.
-    // /////////////////////////////////////////////////////////////////
+    /*
+    * This method takes a String of text and simulates word wrapping
+     * by applying HTML code <BR> after a defined line. It
+     * will check to make sure that we are not in the middle of a word
+     * before breaking the line.
+     */ 
     public static String SplitString(String string) {
 
         StringBuffer buf = new StringBuffer();


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to