Skip to content

Commit 6f3c30b

Browse files
spencergibbmhalbritter
authored andcommitted
Fix javadoc for correct operation annotation
ReadOperation was the text for WriteOperation and DeleteOperation. See gh-40385
1 parent 0ab7502 commit 6f3c30b

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/Producible.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* producible mime-types.
2727
* <p>
2828
* Can be used with {@link ReadOperation @ReadOperation},
29-
* {@link WriteOperation @ReadOperation} and {@link DeleteOperation @ReadOperation}
29+
* {@link WriteOperation @WriteOperation} and {@link DeleteOperation @DeleteOperation}
3030
* annotations to quickly define a list of {@code produces} values.
3131
* <p>
3232
* {@link Producible} types can also be injected into operations when the underlying

0 commit comments

Comments
 (0)