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: io/src/main/java/com/itextpdf/io/LogMessageConstant.java
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,8 @@ public final class LogMessageConstant {
69
69
*/
70
70
publicstaticfinalStringELEMENT_DOES_NOT_FIT_AREA = "Element does not fit current area. {0}";
71
71
72
+
publicstaticfinalStringEXCEPTION_WHILE_UPDATING_XMPMETADATA = "Exception while updating XmpMetadata";
73
+
72
74
/**
73
75
* Log message.
74
76
*/
@@ -179,5 +181,5 @@ public final class LogMessageConstant {
179
181
180
182
publicstaticfinalStringWRITER_ENCRYPTION_IS_IGNORED_PRESERVE = "Writer encryption will be ignored, because preservation of encryption is enabled. Document will preserve the original encryption (or will stay unencrypted)";
181
183
182
-
publicstaticfinalStringEXCEPTION_WHILE_UPDATING_XMPMETADATA = "Exception while updating XmpMetadata";
184
+
publicstaticfinalStringXREF_ERROR = "Error occurred while reading cross reference table. Cross reference table will be rebuilt.";
0 commit comments