File tree 2 files changed +3
-2
lines changed
spring-context/src/main/java/org/springframework/cache/interceptor
spring-tx/src/main/java/org/springframework/jca/endpoint
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,8 @@ public int hashCode() {
115
115
/**
116
116
* Return an identifying description for this cache operation.
117
117
* <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}.
119
120
* @see Builder#getOperationDescription()
120
121
*/
121
122
@ Override
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ public ActivationSpec getActivationSpec() {
214
214
* Set whether to auto-start the endpoint activation after this endpoint
215
215
* manager has been initialized and the context has been refreshed.
216
216
* <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.
218
218
*/
219
219
public void setAutoStartup (boolean autoStartup ) {
220
220
this .autoStartup = autoStartup ;
You can’t perform that action at this time.
0 commit comments