Merge branch '1.1.x'

This commit is contained in:
Spencer Gibb
2017-03-07 10:34:32 -07:00

View File

@@ -44,7 +44,7 @@ public class InetUtilsProperties {
private boolean useOnlySiteLocalInterfaces = false;
/**
* List of Java regex expressions for network addresses that will be ignored.
* List of Java regex expressions for network addresses that will be preferred.
*/
private List<String> preferredNetworks = new ArrayList<>();
}