Skip to content

Commit aeecad6

Browse files
committed
Fix:check
1 parent f8fb2fe commit aeecad6

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/router/RouterAsyncCacheAdmin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public RouterAsyncCacheAdmin(RouterRpcServer server) {
4949
public long addCacheDirective(
5050
CacheDirectiveInfo path, EnumSet<CacheFlag> flags) throws IOException {
5151
invokeAddCacheDirective(path, flags);
52-
asyncApply((ApplyFunction<Map<RemoteLocation, Long>, Long>)
52+
asyncApply((ApplyFunction<Map<RemoteLocation, Long>, Long>)
5353
response -> response.values().iterator().next());
5454
return asyncReturn(Long.class);
5555
}

0 commit comments

Comments
 (0)