Skip to content

Commit

Permalink
#106: Removed line of comment
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRambags committed Oct 14, 2019
1 parent 4a48895 commit f94d4dd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1199,7 +1199,6 @@ private void parseTocEntry(XMLEvent event, XMLEventIterator input, TableOfConten
} else if (equalsStart(event, ObflQName.TOC_ENTRY)) {
parseTocEntry(event, input, toc, tp);
} else if (tocEntryProcessAsBlockContents(toc, event, input, tp)) {
// TODO: deprecated (#106) - remove this if clause in a future version
//done!
}
else if (equalsEnd(event, ObflQName.TOC_ENTRY)) {
Expand Down

0 comments on commit f94d4dd

Please sign in to comment.