Browse Source

javadoc

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904462 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_4
PJ Fanning 1 year ago
parent
commit
8c7db40f81

+ 1
- 1
poi-ooxml/src/main/java/org/apache/poi/xslf/usermodel/XSLFSheet.java View File

@@ -334,7 +334,7 @@ implements XSLFShapeContainer, Sheet<XSLFShape,XSLFTextParagraph> {
public void addShape(XSLFShape shape) {
throw new UnsupportedOperationException(
"Adding a shape from a different container is not supported -"
+ " create it from scratch witht XSLFSheet.create* methods");
+ " create it from scratch with the XSLFSheet.create* methods");
}

/**

Loading…
Cancel
Save