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-cloud-commons/src/main/java/org/springframework/cloud/client/circuitbreaker/EnableCircuitBreakerImportSelector.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
importorg.springframework.core.annotation.Order;
22
22
23
23
/**
24
-
* Import a single circuit breaker implementation Configuration
24
+
* Imports a single circuit breaker implementation configuration.
Copy file name to clipboardExpand all lines: spring-cloud-commons/src/main/java/org/springframework/cloud/client/discovery/composite/CompositeDiscoveryClient.java
Copy file name to clipboardExpand all lines: spring-cloud-commons/src/main/java/org/springframework/cloud/client/discovery/composite/CompositeDiscoveryClientAutoConfiguration.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
importjava.util.List;
11
11
12
12
/**
13
-
* Auto-configuration for Composite Discovery Client.
13
+
* Auto-configuration for composite discovery client.
Copy file name to clipboardExpand all lines: spring-cloud-commons/src/main/java/org/springframework/cloud/client/discovery/event/InstanceRegisteredEvent.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -30,9 +30,9 @@ public class InstanceRegisteredEvent<T> extends ApplicationEvent {
30
30
privateTconfig;
31
31
32
32
/**
33
-
* Create a new {@link InstanceRegisteredEvent} instance.
34
-
* @param source the component that published the event (never {@code null})
35
-
* @param config the configuration of the instance
33
+
* Creates a new {@link InstanceRegisteredEvent} instance.
34
+
* @param source The component that published the event (never {@code null}).
35
+
* @param config The configuration of the instance.
Copy file name to clipboardExpand all lines: spring-cloud-commons/src/main/java/org/springframework/cloud/client/discovery/event/ParentHeartbeatEvent.java
Copy file name to clipboardExpand all lines: spring-cloud-commons/src/main/java/org/springframework/cloud/client/discovery/health/DiscoveryCompositeHealthIndicator.java
Copy file name to clipboardExpand all lines: spring-cloud-commons/src/main/java/org/springframework/cloud/client/discovery/health/DiscoveryHealthIndicator.java
Copy file name to clipboardExpand all lines: spring-cloud-commons/src/main/java/org/springframework/cloud/client/discovery/noop/NoopDiscoveryClient.java
Copy file name to clipboardExpand all lines: spring-cloud-commons/src/main/java/org/springframework/cloud/client/discovery/noop/NoopDiscoveryClientAutoConfiguration.java
Copy file name to clipboardExpand all lines: spring-cloud-commons/src/main/java/org/springframework/cloud/client/discovery/simple/SimpleDiscoveryClient.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
10
10
/**
11
11
* A {@link org.springframework.cloud.client.discovery.DiscoveryClient} that will use the
12
-
* properties file as a source of service instances
12
+
* properties file as a source of service instances.
Copy file name to clipboardExpand all lines: spring-cloud-commons/src/main/java/org/springframework/cloud/client/discovery/simple/SimpleDiscoveryClientAutoConfiguration.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
importjava.net.URI;
20
20
21
21
/**
22
-
* Spring Boot Auto-Configuration for Simple Properties based Discovery Client
22
+
* Spring Boot auto-configuration for simple properties-based discovery client.
Copy file name to clipboardExpand all lines: spring-cloud-commons/src/main/java/org/springframework/cloud/client/discovery/simple/SimpleDiscoveryProperties.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
/**
15
15
* Properties to hold the details of a
16
16
* {@link org.springframework.cloud.client.discovery.DiscoveryClient} service instances
Copy file name to clipboardExpand all lines: spring-cloud-commons/src/main/java/org/springframework/cloud/client/hypermedia/CloudHypermediaAutoConfiguration.java
Copy file name to clipboardExpand all lines: spring-cloud-commons/src/main/java/org/springframework/cloud/client/hypermedia/DynamicServiceInstanceProvider.java
Copy file name to clipboardExpand all lines: spring-cloud-commons/src/main/java/org/springframework/cloud/client/hypermedia/RemoteResourceRefresher.java
0 commit comments