Skip to content

Commit

Permalink
refactor: Add a blank line around fields with annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
2 people authored and app committed Jun 27, 2024
1 parent 0de8dc4 commit 6b65911
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ public static class ServerConfiguration {
@JacksonXmlElementWrapper(localName = "httpHeaders", useWrapping = true) // wrapping is disabled by default on MavenXmlMapper
@Nullable
List<HttpHeader> httpHeaders;

/**
* Timeout in milliseconds for establishing a connection.
*/
Expand Down

0 comments on commit 6b65911

Please sign in to comment.