Declare NetworkService non-final to support mocking in tests
This commit is contained in:
parent
73b3922531
commit
2f87e0a4d9
|
@ -36,7 +36,7 @@ import java.util.concurrent.TimeUnit;
|
|||
/**
|
||||
*
|
||||
*/
|
||||
public final class NetworkService extends AbstractComponent {
|
||||
public class NetworkService extends AbstractComponent {
|
||||
|
||||
/** By default, we bind to loopback interfaces */
|
||||
public static final String DEFAULT_NETWORK_HOST = "_local_";
|
||||
|
|
Loading…
Reference in New Issue