Skip to content

Commit

Permalink
TIKA-2342: remove dead code line
Browse files Browse the repository at this point in the history
  • Loading branch information
THausherr committed Dec 17, 2024
1 parent fb1f238 commit 771fd1b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,6 @@ public void testSortByPosition() throws Exception {

config.setSortByPosition(true);
context.set(PDFParserConfig.class, config);
//stream = getResourceAsStream("/test-documents/testPDFTwoTextBoxes.pdf");
content = getText("testPDFTwoTextBoxes.pdf", new Metadata(), context);
content = content.replaceAll("\\s+", " ");
// Column text is now interleaved:
Expand Down

0 comments on commit 771fd1b

Please sign in to comment.