Update EurekaInstanceConfigBean.java (#3937)

Updated spelling mistake in Javadoc  from prference to preference

(cherry picked from commit 1d6a5876fb)
This commit is contained in:
hrksingh
2021-01-11 18:55:22 +05:30
committed by Olga Maciaszek-Sharma
parent 4ec5556420
commit 992269781a

View File

@@ -266,7 +266,7 @@ public class EurekaInstanceConfigBean
/**
* Flag to say that, when guessing a hostname, the IP address of the server should be
* used in prference to the hostname reported by the OS.
* used in preference to the hostname reported by the OS.
*/
private boolean preferIpAddress = false;