mirror of
https://github.com/apache/jclouds.git
synced 2025-02-16 15:08:28 +00:00
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…
x
Reference in New Issue
Block a user