File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
hadoop-cloud-storage-project/hadoop-tos/src/main/java/org/apache/hadoop/fs/tosfs/util
hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/router Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1919package org .apache .hadoop .fs .tosfs .util ;
2020
2121import org .apache .hadoop .util .Preconditions ;
22- import org .checkerframework .checker .nullness .qual .Nullable ;
22+ import org .apache . hadoop . thirdparty . org . checkerframework .checker .nullness .qual .Nullable ;
2323
2424import java .util .Iterator ;
2525import java .util .NoSuchElementException ;
Original file line number Diff line number Diff line change 9999import org .apache .hadoop .thirdparty .com .google .common .util .concurrent .ListeningExecutorService ;
100100import org .apache .hadoop .thirdparty .com .google .common .util .concurrent .MoreExecutors ;
101101import org .apache .hadoop .thirdparty .com .google .common .util .concurrent .ThreadFactoryBuilder ;
102+ import org .apache .hadoop .thirdparty .org .checkerframework .checker .nullness .qual .NonNull ;
102103import org .apache .hadoop .conf .Configuration ;
103104import org .apache .hadoop .crypto .CryptoProtocolVersion ;
104105import org .apache .hadoop .fs .BatchedRemoteIterator .BatchedEntries ;
213214import org .apache .hadoop .tools .protocolPB .GetUserMappingsProtocolPB ;
214215import org .apache .hadoop .tools .protocolPB .GetUserMappingsProtocolServerSideTranslatorPB ;
215216import org .apache .hadoop .util .ReflectionUtils ;
216- import org .checkerframework .checker .nullness .qual .NonNull ;
217217import org .slf4j .Logger ;
218218import org .slf4j .LoggerFactory ;
219219
You can’t perform that action at this time.
0 commit comments