jakartaee / servlet

Jakarta Servlet
https://eclipse.org/ee4j/servlet
Other
262 stars 83 forks source link

Fix Javadoc issue highlighted by #473 #480

Closed markt-asf closed 1 year ago

markt-asf commented 1 year ago

Align Javadoc with current behaviour.

The default current behaviour is consistent with an implementation that does not implement trailer fields. isTrailerFieldsReady() returns true and a subsequent call to getTrailerFields() returns an empty Map.

stuartwdouglas commented 1 year ago

Should this have had a changelog entry? It only occurred to me after I hit merge but IMHO this is basically just a typo fix so from a users point of view nothing has changed.

markt-asf commented 1 year ago

With multiple PRs in flight I wanted to avoid merge conflicts. I was planning on batching up the change log entries and adding them in a separate PR.