File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
spring-jms/src/main/java/org/springframework/jms Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ public void setAutoStartup(boolean autoStartup) {
199
199
200
200
/**
201
201
* Set the {@link ObservationRegistry} to be used for recording
202
- * {@linkplain io.micrometer.core .instrument.binder .jms.JmsObservationDocumentation#JMS_MESSAGE_PROCESS
202
+ * {@linkplain io.micrometer.jakarta9 .instrument.jms.JmsObservationDocumentation#JMS_MESSAGE_PROCESS
203
203
* JMS message processing observations}.
204
204
* <p>Defaults to no-op observations if the registry is not set.
205
205
* @since 6.1
Original file line number Diff line number Diff line change @@ -474,7 +474,7 @@ public long getTimeToLive() {
474
474
* Configure the {@link ObservationRegistry} to use for recording JMS observations.
475
475
* @param observationRegistry the observation registry to use.
476
476
* @since 6.1
477
- * @see io.micrometer.jakarta10 .instrument.jms.JmsInstrumentation
477
+ * @see io.micrometer.jakarta9 .instrument.jms.JmsInstrumentation
478
478
*/
479
479
public void setObservationRegistry (ObservationRegistry observationRegistry ) {
480
480
this .observationRegistry = observationRegistry ;
You can’t perform that action at this time.
0 commit comments