]> source.dussan.org Git - poi.git/commitdiff
Ensure the interface and implementation javadocs share the same warnings, and paragra...
authorNick Burch <nick@apache.org>
Mon, 15 Jul 2013 21:45:21 +0000 (21:45 +0000)
committerNick Burch <nick@apache.org>
Mon, 15 Jul 2013 21:45:21 +0000 (21:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1503491 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/hssf/usermodel/HSSFSheet.java
src/java/org/apache/poi/ss/usermodel/Sheet.java

index e0e3503edbe86ba4f1d9efd40e512342ce39a9b7..76008ddab3e1da6d40d2aa440a6698d040e438c9 100644 (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
-     * 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. 
+     * <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 patriarch.
      */
index 8b6b41678f13ded7bae6d51c2d4eee3f6df963db..91caad02ff323598aa904f5e1b5893cd196551be 100644 (file)
@@ -860,7 +860,10 @@ public interface Sheet extends Iterable<Row> {
     Comment getCellComment(int row, int column);
 
     /**
-     * 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.
      */