Skip to content

Commit b92576d

Browse files
committed
Merge pull request #1080 from nkjackzhang:patch-2
* pr/1080: Polish contribution Fix typo in javadoc
2 parents 7d39957 + d41178c commit b92576d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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 {#hashCode} and {#equals}.
118+
* during object construction. This method is used in {@link #hashCode} and
119+
* {@link #equals}.
119120
* @see Builder#getOperationDescription()
120121
*/
121122
@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)