git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904462 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2022-10-08 17:55:25 +00:00
parent 5c7b1be9b2
commit 8c7db40f81

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");
}
/**