Author: nick
Date: Mon Jul 15 21:45:21 2013
New Revision: 1503491
URL: http://svn.apache.org/r1503491
Log:
Ensure the interface and implementation javadocs share the same warnings, and
paragraph-ise to look nicer
Modified:
poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFSheet.java
poi/trunk/src/java/org/apache/poi/ss/usermodel/Sheet.java
Modified: poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFSheet.java
URL:
http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFSheet.java?rev=1503491&r1=1503490&r2=1503491&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFSheet.java (original)
+++ poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFSheet.java Mon Jul 15
21:45:21 2013
@@ -1798,10 +1798,10 @@ public final class HSSFSheet implements
}
/**
- * 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.
*/
Modified: poi/trunk/src/java/org/apache/poi/ss/usermodel/Sheet.java
URL:
http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/ss/usermodel/Sheet.java?rev=1503491&r1=1503490&r2=1503491&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/ss/usermodel/Sheet.java (original)
+++ poi/trunk/src/java/org/apache/poi/ss/usermodel/Sheet.java Mon Jul 15
21:45:21 2013
@@ -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.
+ * <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.
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]