Skip to content

Commit 7f3e5e0

Browse files
committed
delete comments
1 parent ba15b1e commit 7f3e5e0

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

lib/boilerpipe/sax/html_content_handler.rb

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -186,16 +186,6 @@ def is_word?(word)
186186
word =~ VALID_WORD_CHARACTER
187187
end
188188

189-
# public void flushBlock() {
190-
# int numWords = 0;
191-
# int numLinkedWords = 0;
192-
# int numWrappedLines = 0;
193-
# int currentLineLength = -1; // don't count the first space
194-
# final int maxLineLength = 80;
195-
# int numTokens = 0;
196-
# int numWordsCurrentLine = 0;
197-
# }
198-
199189
def increase_in_ignorable_element!
200190
@in_ignorable_element += 1
201191
end

0 commit comments

Comments
 (0)