Thread: [JDBC] [pgjdbc/pgjdbc] fb5df7: refactor: make PSQLState as enum (#837)

  Branch: refs/heads/master
  Home:   https://github.com/pgjdbc/pgjdbc
  Commit: fb5df7fee1d3568356e680c6ac5a62336ec7bf6e
      https://github.com/pgjdbc/pgjdbc/commit/fb5df7fee1d3568356e680c6ac5a62336ec7bf6e
  Author: AlexElin <alexey.elin@list.ru>
  Date:   2017-06-26 (Mon, 26 Jun 2017)

  Changed paths:
    M pgjdbc/src/main/java/org/postgresql/util/PSQLState.java

  Log Message:
  -----------
  refactor: make PSQLState as enum (#837)

* refactor: make PSQLState as enum

make PSQLState as enum

* refactor: make PSQLState as enum

fix checkstyle