Skip to content

Commit

Permalink
minor: Update the LeftCurly according to the updation in checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin222004 authored and vlsi committed Nov 9, 2022
1 parent d5ed52e commit 4743ccf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
* @see java.sql.PreparedStatement#setUnicodeStream
*/
public class LargeObject
implements AutoCloseable
/* hi, checkstyle */ {
implements AutoCloseable {

/**
* Indicates a seek from the beginning of a file.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
* disconnect by timeout from server.
*/
public interface PGReplicationStream
extends AutoCloseable
/* hi, checkstyle */ {
extends AutoCloseable {

/**
* <p>Read next wal record from backend. It method can be block until new message will not get
Expand Down

0 comments on commit 4743ccf

Please sign in to comment.