mirror of https://github.com/apache/jclouds.git
Clean up commented out useless function.
This commit is contained in:
parent
c6b7d510b2
commit
338d28325c
|
@ -185,11 +185,6 @@ public class StubSwiftAsyncClient implements CommonSwiftAsyncClient {
|
|||
return objectProvider.create(null);
|
||||
}
|
||||
|
||||
|
||||
/*public String putObjectManifest(String container, String name) {
|
||||
return "stub";
|
||||
} */
|
||||
|
||||
@Override
|
||||
public ListenableFuture<Boolean> objectExists(String bucketName, String key) {
|
||||
return immediateFuture(containerToBlobs.get(bucketName).containsKey(key));
|
||||
|
|
Loading…
Reference in New Issue