You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/Producible.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@
26
26
* producible mime-types.
27
27
* <p>
28
28
* Can be used with {@link ReadOperation @ReadOperation},
29
-
* {@link WriteOperation @ReadOperation} and {@link DeleteOperation @ReadOperation}
29
+
* {@link WriteOperation @WriteOperation} and {@link DeleteOperation @DeleteOperation}
30
30
* annotations to quickly define a list of {@code produces} values.
31
31
* <p>
32
32
* {@link Producible} types can also be injected into operations when the underlying
0 commit comments