Skip to content

Commit d41178c

Browse files
committed
Polish contribution
Closes gh-1080
1 parent 9656015 commit d41178c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-context/src/main/java/org/springframework/cache/interceptor/CacheOperation.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ public int hashCode() {
115115
/**
116116
* Return an identifying description for this cache operation.
117117
* <p>Returned value is produced by calling {@link Builder#getOperationDescription()}
118-
* during object construction. This method is used in {@link #hashCode} and {@link #equals}.
118+
* during object construction. This method is used in {@link #hashCode} and
119+
* {@link #equals}.
119120
* @see Builder#getOperationDescription()
120121
*/
121122
@Override

0 commit comments

Comments
 (0)