Update javadoc term to fix copy/paste error

This commit is contained in:
linzhaoming
2017-03-08 01:33:03 +08:00
committed by Spencer Gibb
parent 046c0f879e
commit e1a3fcad69

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<>();
}