Thread: [pgjdbc/pgjdbc] 965b80: chore: javadoc changes in PgResultSet.java to pass...

[pgjdbc/pgjdbc] 965b80: chore: javadoc changes in PgResultSet.java to pass...

From
Pavel Bludov
Date:
  Branch: refs/heads/master
  Home:   https://github.com/pgjdbc/pgjdbc
  Commit: 965b80982005e38d041666f364d9a935123cd783
      https://github.com/pgjdbc/pgjdbc/commit/965b80982005e38d041666f364d9a935123cd783
  Author: Pavel Bludov <pbludov@ya.ru>
  Date:   2021-01-10 (Sun, 10 Jan 2021)

  Changed paths:
    M pgjdbc/src/main/java/org/postgresql/jdbc/PgResultSet.java

  Log Message:
  -----------
  chore: javadoc changes in PgResultSet.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.