Skip to content

Commit

Permalink
Add Javadoc since for headers() in Delete/Patch/Post/PutExchange
Browse files Browse the repository at this point in the history
See gh-33309
Closes gh-33723
  • Loading branch information
izeye authored and sdeleuze committed Oct 16, 2024
1 parent ac458be commit cbdfe81
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@

/**
* Alias for {@link HttpExchange#headers()}.
* @since 6.2
*/
@AliasFor(annotation = HttpExchange.class)
String[] headers() default {};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@

/**
* Alias for {@link HttpExchange#headers()}.
* @since 6.2
*/
@AliasFor(annotation = HttpExchange.class)
String[] headers() default {};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@

/**
* Alias for {@link HttpExchange#headers()}.
* @since 6.2
*/
@AliasFor(annotation = HttpExchange.class)
String[] headers() default {};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@

/**
* Alias for {@link HttpExchange#headers()}.
* @since 6.2
*/
@AliasFor(annotation = HttpExchange.class)
String[] headers() default {};
Expand Down

0 comments on commit cbdfe81

Please sign in to comment.