Skip to content

Conversation

Anmol202005
Copy link
Contributor

Fix JavadocTagContinuationIndentation in AfterBeforeParameterResolver

Summary

This PR fixes JavadocTagContinuationIndentation violations in pgjdbc/src/testFixtures/java/org/postgresql/test/impl/AfterBeforeParameterResolver.java that will occur with the latest Checkstyle update.

Motivation

A build failure was detected in AfterBeforeParameterResolver.java where the Javadoc comments have inconsistent indentation, violating the JavadocTagContinuationIndentationCheck in the latest Checkstyle version.

Details

Corrected the indentation in Javadoc comments to comply with JavadocTagContinuationIndentationCheck rules.

Implementation Notes

This PR should be merged after we release the new Checkstyle version and pgjdbc upgrades to it. Without this change, existing code that was previously compliant may fail validation checks.

@vlsi vlsi merged commit d86d7ce into pgjdbc:master Mar 15, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants