From: Nick Burch Date: Mon, 15 Jul 2013 21:45:21 +0000 (+0000) Subject: Ensure the interface and implementation javadocs share the same warnings, and paragra... X-Git-Tag: REL_3_10_BETA2~43 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e1cf345671ba07013bf6e50d83b0caf21efe5e40;p=poi.git Ensure the interface and implementation javadocs share the same warnings, and paragraph-ise to look nicer git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1503491 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/java/org/apache/poi/hssf/usermodel/HSSFSheet.java b/src/java/org/apache/poi/hssf/usermodel/HSSFSheet.java index e0e3503edb..76008ddab3 100644 --- a/src/java/org/apache/poi/hssf/usermodel/HSSFSheet.java +++ b/src/java/org/apache/poi/hssf/usermodel/HSSFSheet.java @@ -1798,10 +1798,10 @@ public final class HSSFSheet implements org.apache.poi.ss.usermodel.Sheet { } /** - * Creates the top-level drawing patriarch. This will have - * the effect of removing any existing drawings on this - * sheet. - * This may then be used to add graphics or charts + * Creates the top-level drawing patriarch. + *

This may then be used to add graphics or charts.

+ *

Note that this will normally have the effect of removing + * any existing drawings on this sheet.

* * @return The new patriarch. */ diff --git a/src/java/org/apache/poi/ss/usermodel/Sheet.java b/src/java/org/apache/poi/ss/usermodel/Sheet.java index 8b6b41678f..91caad02ff 100644 --- a/src/java/org/apache/poi/ss/usermodel/Sheet.java +++ b/src/java/org/apache/poi/ss/usermodel/Sheet.java @@ -860,7 +860,10 @@ public interface Sheet extends Iterable { Comment getCellComment(int row, int column); /** - * Creates the top-level drawing patriarch. + * Creates the top-level drawing patriarch. + *

This may then be used to add graphics or charts.

+ *

Note that this will normally have the effect of removing + * any existing drawings on this sheet.

* * @return The new drawing patriarch. */