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
2b0c8deb2f
commit
5e7679eafd
@ -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
Block a user