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/OperationResponseBody.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2012-2022 the original author or authors.
2
+
* Copyright 2012-2023 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
22
22
23
23
/**
24
24
* Tagging interface used to indicate that an operation result is intended to be returned
25
-
* in the body of the response. Primarily intended to support JSON serialzation using an
25
+
* in the body of the response. Primarily intended to support JSON serialization using an
26
26
* endpoint specific {@link ObjectMapper}.
27
27
*
28
28
* @author Phillip Webb
@@ -31,7 +31,7 @@
31
31
publicinterfaceOperationResponseBody {
32
32
33
33
/**
34
-
* Return a {@link OperationResponseBody} {@link Map} instance containing entires from
34
+
* Return a {@link OperationResponseBody} {@link Map} instance containing entries from
0 commit comments