Skip to content

Commit dad94f6

Browse files
committed
delete comments
1 parent 4dd160d commit dad94f6

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
@@ -192,16 +192,6 @@ def is_word?(word)
192192
word =~ VALID_WORD_CHARACTER
193193
end
194194

195-
# public void flushBlock() {
196-
# int numWords = 0;
197-
# int numLinkedWords = 0;
198-
# int numWrappedLines = 0;
199-
# int currentLineLength = -1; // don't count the first space
200-
# final int maxLineLength = 80;
201-
# int numTokens = 0;
202-
# int numWordsCurrentLine = 0;
203-
# }
204-
205195
def increase_in_ignorable_element!
206196
@in_ignorable_element += 1
207197
end

0 commit comments

Comments
 (0)