Skip to content

Commit

Permalink
fix: improper indentation for javadoc (#1434)
Browse files Browse the repository at this point in the history
  • Loading branch information
rnveach authored and vlsi committed Mar 15, 2019
1 parent 0c5cf47 commit 35df0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgjdbc/src/main/java/org/postgresql/copy/CopyOut.java
Expand Up @@ -22,7 +22,7 @@ public interface CopyOut extends CopyOperation {
* @param block {@code true} if need wait data from server otherwise {@code false} and will read
* pending message from server
* @return byte array received from server, if pending message from server absent and use no
* blocking mode return null
* blocking mode return null
* @throws SQLException if something goes wrong for example socket timeout
*/
byte[] readFromCopy(boolean block) throws SQLException;
Expand Down

0 comments on commit 35df0dd

Please sign in to comment.