Skip to content

Commit 8c1c8ce

Browse files
committed
Client: Remove some extra empty lines
1 parent 8cbbb99 commit 8c1c8ce

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/org/threadly/litesockets/Client.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,12 @@ protected <T> SettableListenableFuture<T> makeClientSettableListenableFuture() {
124124
*/
125125
public abstract SocketAddress getRemoteSocketAddress();
126126

127-
128127
/**
129128
*
130129
* @return the local {@link SocketAddress} this client is using.
131130
*/
132131
public abstract SocketAddress getLocalSocketAddress();
133132

134-
135133
/**
136134
* Returns true if this client has data pending in its write buffers. False if there is no data pending write.
137135
*
@@ -520,7 +518,6 @@ public interface Reader {
520518
public void onRead(Client client);
521519
}
522520

523-
524521
/**
525522
* Used to notify when a Client is closed.
526523
*

0 commit comments

Comments
 (0)