Fix typo in javadoc

See gh-1080
This commit is contained in:
nkjackzhang
2016-06-16 14:54:04 +08:00
committed by Stephane Nicoll
parent 7d39957ec9
commit 9656015d26
2 changed files with 2 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ public abstract class CacheOperation implements BasicOperation {
/**
* Return an identifying description for this cache operation.
* <p>Returned value is produced by calling {@link Builder#getOperationDescription()}
* during object construction. This method is used in {#hashCode} and {#equals}.
* during object construction. This method is used in {@link #hashCode} and {@link #equals}.
* @see Builder#getOperationDescription()
*/
@Override