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: tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-pdf-module/src/main/java/org/apache/tika/parser/pdf/PDFMarkedContent2XHTML.java
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,7 @@ public void close() {
139
139
thrownewTikaException("Unable to extract PDF content", e);
140
140
}
141
141
}
142
-
if (pdfMarkedContent2XHTML.exceptions.size() > 0) {
142
+
if (!pdfMarkedContent2XHTML.exceptions.isEmpty()) {
143
143
//throw the first
144
144
thrownewTikaException("Unable to extract PDF content",
0 commit comments