Skip to content

Commit 15ce29c

Browse files
committed
fix
1 parent 6357bd8 commit 15ce29c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/async/RouterAsyncUserProtocol.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import static org.apache.hadoop.hdfs.server.federation.router.async.AsyncUtil.asyncComplete;
2626
import static org.apache.hadoop.hdfs.server.federation.router.async.AsyncUtil.asyncReturn;
2727

28-
public class RouterAsyncUserProtocol implements RouterUserProtocol {
28+
public class RouterAsyncUserProtocol extends RouterUserProtocol {
2929
private static final Logger LOG =
3030
LoggerFactory.getLogger(RouterAsyncUserProtocol.class);
3131

0 commit comments

Comments
 (0)