From: Javen O'Neal Date: Sun, 31 Jan 2016 04:04:56 +0000 (+0000) Subject: bug 58885: fix javadocs X-Git-Tag: REL_3_14_FINAL~54 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f7a27ae67a48d6a96db7f1a16c94d589d049bb73;p=poi.git bug 58885: fix javadocs git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1727777 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java b/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java index 256ed3f5d8..5d4c6314d0 100644 --- a/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java +++ b/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java @@ -314,7 +314,7 @@ public class XSSFSheet extends POIXMLDocumentPart implements Sheet { * with this formula, which may result in a corrupt workbook. * * To check for merged regions overlapping array formulas or other merged regions - * after addMergedRegionUnsafe has been called, call {@link #validateArrayFormulas()} and {@link #validateMergedRegions()} + * after addMergedRegionUnsafe has been called, call {@link #validateMergedRegions()}, which runs in O(n^2) time. * * @param region to merge * @return index of this region