Skip to content

Non class-type javadoc doesn't include a new line before first @param #346

Closed
@philwebb

Description

@philwebb
/**
 * Settings that can be applied when creating a {@link ClientHttpRequestFactory}.
 * @param connectTimeout the connect timeout
 * @param readTimeout the read timeout
 * @param bufferRequestBody if request body buffering is used
 * @author Andy Wilkinson
 * @author Phillip Webb
 * @since 3.0.0
 * @see ClientHttpRequestFactories
 */

Should be

/**
 * Settings that can be applied when creating a {@link ClientHttpRequestFactory}.
 * 
 * @param connectTimeout the connect timeout
 * @param readTimeout the read timeout
 * @param bufferRequestBody if request body buffering is used
 * @author Andy Wilkinson
 * @author Phillip Webb
 * @since 3.0.0
 * @see ClientHttpRequestFactories
 */

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions