Declare NetworkService non-final to support mocking in tests

This commit is contained in:
Daniel Mitterdorfer 2015-11-27 15:51:19 +01:00
parent 73b3922531
commit 2f87e0a4d9
1 changed files with 1 additions and 1 deletions

View File

@ -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_";