mirror of https://github.com/apache/poi.git
Javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563488 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2784b5044a
commit
aeb4f0247b
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue