Browse Source

spelling

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

+ 1
- 1
poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/internal/ZipHelper.java View File

@@ -46,7 +46,7 @@ public final class ZipHelper {
private static final String FORWARD_SLASH = "/";

/**
* Prevent this class to be instancied.
* Prevent this class to be instantiated.
*/
private ZipHelper() {
// Do nothing

Loading…
Cancel
Save