Skip to content

Commit 81f86f1

Browse files
Merge pull request #480 from markt-asf/fix-issue-473
Fix Javadoc issue highlighted by #473
2 parents 714de11 + 01fcb39 commit 81f86f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/jakarta/servlet/http/HttpServletRequest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ default public Map<String, String> getTrailerFields() {
693693
* no trailer fields.
694694
* </ol>
695695
*
696-
* @implSpec The default implementation returns false.
696+
* @implSpec The default implementation returns {@code true}.
697697
*
698698
* @return a boolean whether trailer fields are ready to read
699699
*

0 commit comments

Comments
 (0)