Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: cfd31fcac6467ceab09b41a883dc8a61057d7a99
https://github.com/pgjdbc/pgjdbc/commit/cfd31fcac6467ceab09b41a883dc8a61057d7a99
Author: Pavel Bludov <pbludov(at)ya(dot)ru>
Date: 2021-01-10 (Sun, 10 Jan 2021)
Changed paths:
M pgjdbc/src/main/java/org/postgresql/Driver.java
Log Message:
-----------
chore: javadoc changes in Driver.java to pass upcoming checkstyle version
Due to issue https://github.com/checkstyle/checkstyle/issues/5711 some violations in the Javadoc were not reported.
This PR is to pass validation with the new Checkstyle version.