gaul commented on this pull request.
> @@ -72,7 +72,7 @@ public void testListWithPrefix() {
blobStore.putBlob(containerName,
blobStore.blobBuilder("bar").payload("").build());
Iterable<? extends StorageMetadata> results =
concatter.execute(containerName,
- ListContainerOptions.Builder.prefix(prefix).recursive());
+ ListContainerOptions.Builder.prefix(prefix)./* irrelevant
*/recursive());
Stray comment?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1212#pullrequestreview-122402359