mirror of https://github.com/apache/jclouds.git
Ensure that deprecated methods are fully annotated
Found with Google error-prone.
This commit is contained in:
parent
6b83679ca4
commit
8cd2b92a0e
|
@ -78,6 +78,7 @@ public class SwiftObject implements Comparable<SwiftObject> {
|
||||||
* @return The ETag of the content of this object.
|
* @return The ETag of the content of this object.
|
||||||
* @deprecated Please use {@link #getETag()} as this method will be removed in jclouds 1.8.
|
* @deprecated Please use {@link #getETag()} as this method will be removed in jclouds 1.8.
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public String getEtag() {
|
public String getEtag() {
|
||||||
return etag;
|
return etag;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue