Ensure that deprecated methods are fully annotated

Found with Google error-prone.
This commit is contained in:
Andrew Gaul 2014-10-12 13:33:42 -07:00
parent 6b83679ca4
commit 8cd2b92a0e
1 changed files with 1 additions and 0 deletions

View File

@ -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;
} }