Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
philwebb opened this issue Oct 25, 2022 · 0 comments
Closed
Assignees
Milestone

Comments

@philwebb
Copy link
Contributor

philwebb commented Oct 25, 2022

/**
 * 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
 */
@wilkinsona wilkinsona changed the title Record level javadoc doesn't linclue new line Record level javadoc doesn't include a new line before first @param Oct 26, 2022
@philwebb philwebb changed the title Record level javadoc doesn't include a new line before first @param Non class-type javadoc doesn't include a new line before first @param Feb 17, 2023
@philwebb philwebb added this to the 0.0.36 milestone Feb 17, 2023
@philwebb philwebb self-assigned this Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant