Skip to content

Commit 4f2d44f

Browse files
committed
Removed comment
1 parent 0db9374 commit 4f2d44f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contrib/format-pdf/src/main/java/org/apache/drill/exec/store/pdf/PdfBatchReader.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ public boolean open(FileScanFramework.FileSchemaNegotiator negotiator) {
112112
// Get the tables if the user set the combine pages to true
113113
if (config.plugin.getConfig().combinePages() ) {
114114
tables = PdfUtils.extractTablesFromPDF(document, config.plugin.getConfig().getAlgorithm());
115-
// TODO ... What happens if there are no tables... NPE?
116115
currentTable = tables.get(0);
117116
} else {
118117
currentTable = PdfUtils.getSpecificTable(document, startingTableIndex, config.plugin.getConfig().getAlgorithm());

0 commit comments

Comments
 (0)