Skip to content

style: fix empty line before javadoc for checkstyle compliance#3925

Merged
vlsi merged 1 commit into
pgjdbc:masterfrom
Praveen7294:empty-line
Feb 2, 2026
Merged

style: fix empty line before javadoc for checkstyle compliance#3925
vlsi merged 1 commit into
pgjdbc:masterfrom
Praveen7294:empty-line

Conversation

@Praveen7294

Copy link
Copy Markdown
Contributor

Fix #3923

Remove extra empty line from PGProperty.java to comply with checkstyle EmptyLineSeparator rule. This resolves checkstyle CI failure.

  • Have you followed the guidelines in our Contributing document?
  • Yes
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Yes

Checkstyle checkstyle/checkstyle#18811 is working on a pull request to add ENUM_CONSTANT_DEF token in EmptyLineSeparatorCheck. The CI job no-error-pgjdbc failed after pointing extra empty line in the targeted file. Making a simple remove empty line to let CI pass.

@vlsi
vlsi merged commit 5762c42 into pgjdbc:master Feb 2, 2026
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.

Formatting issue detected by updated Checkstyle EmptyLineSeparator check

2 participants