Remove deprecation from getConsistencyModel

This method informs callers of the expected blobstore behavior,
avoiding unnecessary work for providers which support strict
consistency (Azure, mock blobstores).
This commit is contained in:
Andrew Gaul 2014-04-14 19:52:03 -07:00 committed by Jeremy Daggett
parent 64ecd497c1
commit 7f28dcef07
1 changed files with 0 additions and 3 deletions

View File

@ -57,11 +57,8 @@ public interface BlobStoreContext extends Closeable, View {
BlobStore getBlobStore();
/**
*
* @return best guess at the consistency model used in this BlobStore.
* @deprecated will be removed in jclouds 1.7, as almost never correct.
*/
@Deprecated
ConsistencyModel getConsistencyModel();
Utils utils();