Add missing @Nullable

pull/252/head
Andrew Gaul 2017-12-23 08:03:29 -08:00
rodzic 5e9b2e28a6
commit 94bf8ca88e
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -1401,6 +1401,7 @@ public final class AwsSdkTest {
.build(BlobStoreContext.class)
.getBlobStore();
s3Proxy.setBlobStoreLocator(new BlobStoreLocator() {
@Nullable
@Override
public Map.Entry<String, BlobStore> locateBlobStore(
String identity, String container, String blob) {