From e1cf345671ba07013bf6e50d83b0caf21efe5e40 Mon Sep 17 00:00:00 2001 From: Nick Burch Date: Mon, 15 Jul 2013 21:45:21 +0000 Subject: [PATCH] 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 --- src/java/org/apache/poi/hssf/usermodel/HSSFSheet.java | 8 ++++---- src/java/org/apache/poi/ss/usermodel/Sheet.java | 5 ++++- 2 files changed, 8 insertions(+), 5 deletions(-) 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. */ -- 2.39.5