Author: ltheussl
Date: Tue Jan 29 07:23:57 2008
New Revision: 616382

URL: http://svn.apache.org/viewvc?rev=616382&view=rev
Log:
Make jdk 1.4 compatible

Modified:
    
maven/sandbox/trunk/plugins/maven-linkcheck-plugin/src/main/java/org/apache/maven/plugins/linkcheck/LinkcheckReport.java

Modified: 
maven/sandbox/trunk/plugins/maven-linkcheck-plugin/src/main/java/org/apache/maven/plugins/linkcheck/LinkcheckReport.java
URL: 
http://svn.apache.org/viewvc/maven/sandbox/trunk/plugins/maven-linkcheck-plugin/src/main/java/org/apache/maven/plugins/linkcheck/LinkcheckReport.java?rev=616382&r1=616381&r2=616382&view=diff
==============================================================================
--- 
maven/sandbox/trunk/plugins/maven-linkcheck-plugin/src/main/java/org/apache/maven/plugins/linkcheck/LinkcheckReport.java
 (original)
+++ 
maven/sandbox/trunk/plugins/maven-linkcheck-plugin/src/main/java/org/apache/maven/plugins/linkcheck/LinkcheckReport.java
 Tue Jan 29 07:23:57 2008
@@ -909,7 +909,7 @@
             return "";
         }
 
-        StringBuilder buf = new StringBuilder();
+        StringBuffer buf = new StringBuffer();
         buf.append( a[0] );
 
         for ( int i = 1; i < a.length; i++ )


Reply via email to