Skip to content

Commit 20629e4

Browse files
committed
fix
1 parent a8c60c7 commit 20629e4

File tree

1 file changed

+0
-10
lines changed
  • ratis-common/src/main/java/org/apache/ratis/util

1 file changed

+0
-10
lines changed

ratis-common/src/main/java/org/apache/ratis/util/IOUtils.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,6 @@
4444
* IO related utility methods.
4545
*/
4646
public interface IOUtils {
47-
// Network exceptions for reconnection
48-
Class<?>[] NETWORK_EXCEPTIONS = {
49-
SocketException.class,
50-
SocketTimeoutException.class,
51-
ClosedChannelException.class,
52-
EOFException.class,
53-
AlreadyClosedException.class,
54-
TimeoutIOException.class
55-
};
56-
5747
static InterruptedIOException toInterruptedIOException(
5848
String message, InterruptedException e) {
5949
final InterruptedIOException iioe = new InterruptedIOException(message);

0 commit comments

Comments
 (0)