[pgjdbc/pgjdbc] 2d0bfc: fix javadoc complaints and some small edits to rep...

From: Dave Cramer <davecramer(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] 2d0bfc: fix javadoc complaints and some small edits to rep...
Date: 2017-05-30 01:28:33
Message-ID: 592ccac135fdf_315d3fb00d45fc341381f@hookshot-fe1-cp1-prd.iad.github.net.mail
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: 2d0bfcebb0641ddb73d9297e6211f75537238b15
https://github.com/pgjdbc/pgjdbc/commit/2d0bfcebb0641ddb73d9297e6211f75537238b15
Author: Dave Cramer <davecramer(at)gmail(dot)com>
Date: 2017-05-29 (Mon, 29 May 2017)

Changed paths:
M pgjdbc/src/main/java/org/postgresql/PGProperty.java
M pgjdbc/src/main/java/org/postgresql/core/QueryExecutor.java
M pgjdbc/src/main/java/org/postgresql/core/ReplicationProtocol.java
M pgjdbc/src/main/java/org/postgresql/core/v3/replication/V3PGReplicationStream.java
M pgjdbc/src/main/java/org/postgresql/ds/common/BaseDataSource.java
M pgjdbc/src/main/java/org/postgresql/replication/fluent/ChainedCommonCreateSlotBuilder.java
M pgjdbc/src/main/java/org/postgresql/replication/fluent/CommonOptions.java
M pgjdbc/src/main/java/org/postgresql/replication/fluent/logical/ChainedLogicalCreateSlotBuilder.java
M pgjdbc/src/main/java/org/postgresql/replication/fluent/logical/ChainedLogicalStreamBuilder.java
M pgjdbc/src/main/java/org/postgresql/replication/fluent/physical/ChainedPhysicalStreamBuilder.java

Log Message:
-----------
fix javadoc complaints and some small edits to replication comments (#832)

* fix javadoc complaints and some small edits to replication comments

* fix checkstyle

Browse pgsql-jdbc by date

  From Date Subject
Next Message Robert Haas 2017-05-30 14:37:53 Re: [HACKERS] Channel binding support for SCRAM-SHA-256
Previous Message Thomas Kellerer 2017-05-29 18:51:39 Re: old JDBC driver (8.1-JDBC3) can connect to postgresql 9.x ?