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-netflix-eureka-client/src/main/java/org/springframework/cloud/netflix/eureka/EurekaInstanceConfigBean.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ public class EurekaInstanceConfigBean implements CloudEurekaInstanceConfig, Envi
111
111
* Setting this value too long could mean that the traffic could be routed to the
112
112
* instance even though the instance is not alive. Setting this value too small could
113
113
* mean, the instance may be taken out of traffic because of temporary network
114
-
* glitches.This value to be set to atleast higher than the value specified in
114
+
* glitches.This value to be set to at least higher than the value specified in
115
115
* leaseRenewalIntervalInSeconds.
116
116
*/
117
117
privateintleaseExpirationDurationInSeconds = 90;
@@ -169,7 +169,7 @@ public class EurekaInstanceConfigBean implements CloudEurekaInstanceConfig, Envi
169
169
/**
170
170
* Gets the relative status page URL path for this instance. The status page URL is
171
171
* then constructed out of the hostName and the type of communication - secure or
172
-
* unsecure as specified in securePort and nonSecurePort.
172
+
* insecure as specified in securePort and nonSecurePort.
173
173
*
174
174
* It is normally used for informational purposes for other services to find about the
175
175
* status of this instance. Users can provide a simple HTML indicating what is the
@@ -191,7 +191,7 @@ public class EurekaInstanceConfigBean implements CloudEurekaInstanceConfig, Envi
191
191
192
192
/**
193
193
* Gets the relative home page URL Path for this instance. The home page URL is then
194
-
* constructed out of the hostName and the type of communication - secure or unsecure.
194
+
* constructed out of the hostName and the type of communication - secure or insecure.
195
195
*
196
196
* It is normally used for informational purposes for other services to use it as a
197
197
* landing page.
@@ -213,7 +213,7 @@ public class EurekaInstanceConfigBean implements CloudEurekaInstanceConfig, Envi
213
213
/**
214
214
* Gets the relative health check URL path for this instance. The health check page
215
215
* URL is then constructed out of the hostname and the type of communication - secure
216
-
* or unsecure as specified in securePort and nonSecurePort.
216
+
* or insecure as specified in securePort and nonSecurePort.
217
217
*
218
218
* It is normally used for making educated decisions based on the health of the
219
219
* instance - for example, it can be used to determine whether to proceed deployments
0 commit comments