Skip to content

Commit 3f0ca2f

Browse files
Fix wording in javadoc
1 parent 212f958 commit 3f0ca2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micrometer-observation/src/main/java/io/micrometer/observation/Observation.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ default boolean isNoop() {
413413
}
414414

415415
/**
416-
* Adds an observation convention that can be used to attach key values to the
416+
* Sets an observation convention that can be used to attach key values to the
417417
* observation. WARNING: You must set the ObservationConvention to the Observation
418418
* before it is started.
419419
* @param observationConvention observation convention

0 commit comments

Comments
 (0)