Revision: 1221
Author:   jhoskens
Date:     2006-07-12 05:33:39 -0700 (Wed, 12 Jul 2006)
ViewCVS:  http://svn.sourceforge.net/spring-rich-c/?rev=1221&view=rev

Log Message:
-----------
Keeping support module code 1.4 compatible: StringBuilder replaced by 
StringBuffer.

Modified Paths:
--------------
    
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/application/support/AboutBox.java
Modified: 
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/application/support/AboutBox.java
===================================================================
--- 
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/application/support/AboutBox.java
      2006-07-07 08:31:11 UTC (rev 1220)
+++ 
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/application/support/AboutBox.java
      2006-07-12 12:33:39 UTC (rev 1221)
@@ -121,7 +121,7 @@
                 String description = appDesc.getDescription();
                 String version = appDesc.getVersion();
                 String buildId = appDesc.getBuildId();
-                StringBuilder sb = new StringBuilder();
+                StringBuffer sb = new StringBuffer();
 
                 if( StringUtils.hasText(displayName) ) {
                     sb.append(displayName).append("\n");


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
spring-rich-c-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs

Reply via email to