diff options
Diffstat (limited to 'poi-scratchpad')
-rw-r--r-- | poi-scratchpad/src/main/java/org/apache/poi/hslf/usermodel/HSLFShape.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-scratchpad/src/main/java/org/apache/poi/hslf/usermodel/HSLFShape.java b/poi-scratchpad/src/main/java/org/apache/poi/hslf/usermodel/HSLFShape.java index f06230a4ce..36c53d32a2 100644 --- a/poi-scratchpad/src/main/java/org/apache/poi/hslf/usermodel/HSLFShape.java +++ b/poi-scratchpad/src/main/java/org/apache/poi/hslf/usermodel/HSLFShape.java @@ -90,7 +90,7 @@ public abstract class HSLFShape implements Shape<HSLFShape,HSLFTextParagraph> { private HSLFFill _fill; /** - * Create a Shape object. This constructor is used when an existing Shape is read from from a PowerPoint document. + * Create a Shape object. This constructor is used when an existing Shape is read from a PowerPoint document. * * @param escherRecord {@code EscherSpContainer} container which holds information about this shape * @param parent the parent of this Shape |