Skip to content

Commit

Permalink
remove comment lines
Browse files Browse the repository at this point in the history
  • Loading branch information
marevol committed Mar 24, 2024
1 parent f0a17d7 commit 6122aca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/org/codelibs/nekohtml/HTMLScanner.java
Original file line number Diff line number Diff line change
Expand Up @@ -2087,9 +2087,6 @@ protected String nextContent(final int len) throws IOException {
for (nbRead = 0; nbRead < len; ++nbRead) {
// read() should not clear the buffer
if (fCurrentEntity.offset == fCurrentEntity.length) {
// if (fCurrentEntity.length == fCurrentEntity.buffer.length) {
// fCurrentEntity.load(fCurrentEntity.buffer.length);
// } else { // everything was already loaded
final int count = fCurrentEntity.load(fCurrentEntity.offset);
if (count == -1) {
break;
Expand Down

0 comments on commit 6122aca

Please sign in to comment.