We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9656015 commit d41178cCopy full SHA for d41178c
spring-context/src/main/java/org/springframework/cache/interceptor/CacheOperation.java
@@ -115,7 +115,8 @@ public int hashCode() {
115
/**
116
* Return an identifying description for this cache operation.
117
* <p>Returned value is produced by calling {@link Builder#getOperationDescription()}
118
- * during object construction. This method is used in {@link #hashCode} and {@link #equals}.
+ * during object construction. This method is used in {@link #hashCode} and
119
+ * {@link #equals}.
120
* @see Builder#getOperationDescription()
121
*/
122
@Override
0 commit comments