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-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/endpoint/EndpointIdTimeToLivePropertyFunctionTests.java
+7-4
Original file line number
Diff line number
Diff line change
@@ -46,15 +46,18 @@ public void defaultConfiguration() {
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/EndpointId.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -103,8 +103,8 @@ public static EndpointId of(String value) {
103
103
}
104
104
105
105
/**
106
-
* Factory method to create a new {@link EndpointId} from a property value. Is more
107
-
* lenient that {@link #of(String)} to allow for common "relaxed" property variants.
106
+
* Factory method to create a new {@link EndpointId} from a property value. More
107
+
* lenient than {@link #of(String)} to allow for common "relaxed" property variants.
0 commit comments