Skip to content

Commit 432f3bd

Browse files
author
Marcelo Vanzin
committed
Remove unneeded method.
1 parent 8d70e60 commit 432f3bd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

network/common/src/main/java/org/apache/spark/network/protocol/MessageDemux.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,5 @@ public void write(ChannelHandlerContext ctx, Object msg, ChannelPromise promise)
5252
}
5353
}
5454

55-
@Override
56-
public void close(ChannelHandlerContext ctx, ChannelPromise promise) throws Exception {
57-
ctx.close(promise);
58-
}
59-
6055
}
6156

0 commit comments

Comments
 (0)