git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1909466 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2023-04-28 08:58:34 +00:00
parent 3786c3a596
commit b88f3ac0ab

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