Skip to content

Commit

Permalink
Remove incorrect Javadoc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Apr 26, 2024
1 parent 9955b03 commit a8dad1d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions java/org/apache/coyote/http11/filters/ChunkedInputFilter.java
Original file line number Diff line number Diff line change
Expand Up @@ -299,10 +299,6 @@ public void recycle() {
}


/**
* Return the name of the associated encoding; Here, the value is
* "identity".
*/
@Override
public ByteChunk getEncodingName() {
return ENCODING;
Expand Down

0 comments on commit a8dad1d

Please sign in to comment.