Class InetPattern is package private, so made nnewInetRange(String)

private because no code outside jetty-util could call that method.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
Simone Bordet 2019-10-20 16:18:58 +02:00
parent 92bfcb6c73
commit 95b205aa34
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ public class InetAddressSet extends AbstractSet<String> implements Set<String>,
return _patterns.put(pattern, newInetRange(pattern)) == null;
}
protected InetPattern newInetRange(String pattern)
private InetPattern newInetRange(String pattern)
{
if (pattern == null)
return null;