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
This commit is contained in:
Nick Burch 2013-07-15 21:45:21 +00:00
parent 59455c36a1
commit 8e9c0a1cc0
2 changed files with 8 additions and 5 deletions

View File

@ -1798,10 +1798,10 @@ public final class HSSFSheet implements org.apache.poi.ss.usermodel.Sheet {
} }
/** /**
* Creates the top-level drawing patriarch. This will have * Creates the top-level drawing patriarch.
* the effect of removing any existing drawings on this * <p>This may then be used to add graphics or charts.</p>
* sheet. * <p>Note that this will normally have the effect of removing
* This may then be used to add graphics or charts * any existing drawings on this sheet.</p>
* *
* @return The new patriarch. * @return The new patriarch.
*/ */

View File

@ -861,6 +861,9 @@ public interface Sheet extends Iterable<Row> {
/** /**
* Creates the top-level drawing patriarch. * Creates the top-level drawing patriarch.
* <p>This may then be used to add graphics or charts.</p>
* <p>Note that this will normally have the effect of removing
* any existing drawings on this sheet.</p>
* *
* @return The new drawing patriarch. * @return The new drawing patriarch.
*/ */