You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: poi-scratchpad/src/main/java/org/apache/poi/hwpf/HWPFDocumentCore.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -297,7 +297,7 @@ public EncryptionInfo getEncryptionInfo() throws IOException {
297
297
pass = Decryptor.DEFAULT_PASSWORD;
298
298
}
299
299
if (!dec.verifyPassword(pass)) {
300
-
thrownewEncryptedDocumentException("document is encrypted, password is invalid - use Biff8EncryptionKey.setCurrentUserPassword() to set password before opening");
300
+
thrownewEncryptedDocumentException("document is encrypted, password is invalid - use Biff8EncryptionKey.setCurrentUserPasswort() to set password before opening");
0 commit comments