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 19
19
package org .apache .hadoop .fs .tosfs .util ;
20
20
21
21
import 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 ;
23
23
24
24
import java .util .Iterator ;
25
25
import java .util .NoSuchElementException ;
Original file line number Diff line number Diff line change 99
99
import org .apache .hadoop .thirdparty .com .google .common .util .concurrent .ListeningExecutorService ;
100
100
import org .apache .hadoop .thirdparty .com .google .common .util .concurrent .MoreExecutors ;
101
101
import org .apache .hadoop .thirdparty .com .google .common .util .concurrent .ThreadFactoryBuilder ;
102
+ import org .apache .hadoop .thirdparty .org .checkerframework .checker .nullness .qual .NonNull ;
102
103
import org .apache .hadoop .conf .Configuration ;
103
104
import org .apache .hadoop .crypto .CryptoProtocolVersion ;
104
105
import org .apache .hadoop .fs .BatchedRemoteIterator .BatchedEntries ;
213
214
import org .apache .hadoop .tools .protocolPB .GetUserMappingsProtocolPB ;
214
215
import org .apache .hadoop .tools .protocolPB .GetUserMappingsProtocolServerSideTranslatorPB ;
215
216
import org .apache .hadoop .util .ReflectionUtils ;
216
- import org .checkerframework .checker .nullness .qual .NonNull ;
217
217
import org .slf4j .Logger ;
218
218
import org .slf4j .LoggerFactory ;
219
219
You can’t perform that action at this time.
0 commit comments