]> source.dussan.org Git - poi.git/commitdiff
Javadoc fix
authorAndreas Beeker <kiwiwings@apache.org>
Sat, 1 Feb 2014 21:56:07 +0000 (21:56 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Sat, 1 Feb 2014 21:56:07 +0000 (21:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563488 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/java/org/apache/poi/xssf/usermodel/helpers/ColumnHelper.java

index 4f64c7a4db8229d24236aa0ddc54b69ed885e654..aeb5491175575deb82968ea17db2b9940793990c 100644 (file)
@@ -91,7 +91,7 @@ public class ColumnHelper {
     }
 
     /**
-     * @see http://en.wikipedia.org/wiki/Sweep_line_algorithm
+     * @see <a href="http://en.wikipedia.org/wiki/Sweep_line_algorithm">Sweep line algorithm</a>
      */
     private void sweepCleanColumns(CTCols cols, CTCol[] flattenedColsArray, CTCol overrideColumn) {
         List<CTCol> flattenedCols = new ArrayList<CTCol>(Arrays.asList(flattenedColsArray));