Skip to content

Commit 9656015

Browse files
nkjackzhangsnicoll
authored andcommitted
Fix typo in javadoc
See gh-1080
1 parent 7d39957 commit 9656015

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ 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 {#hashCode} and {#equals}.
118+
* during object construction. This method is used in {@link #hashCode} and {@link #equals}.
119119
* @see Builder#getOperationDescription()
120120
*/
121121
@Override

spring-tx/src/main/java/org/springframework/jca/endpoint/GenericMessageEndpointManager.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ public ActivationSpec getActivationSpec() {
214214
* Set whether to auto-start the endpoint activation after this endpoint
215215
* manager has been initialized and the context has been refreshed.
216216
* <p>Default is "true". Turn this flag off to defer the endpoint
217-
* activation until an explicit {#start()} call.
217+
* activation until an explicit {@link #start()} call.
218218
*/
219219
public void setAutoStartup(boolean autoStartup) {
220220
this.autoStartup = autoStartup;

0 commit comments

Comments
 (0)