Skip to content

Commit

Permalink
Issue #7277 - Restore AbstractNetworkConnector to original
Browse files Browse the repository at this point in the history
Signed-off-by: Joakim Erdfelt <[email protected]>
  • Loading branch information
joakime committed Dec 22, 2021
1 parent 034128d commit 00f4931
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
@ManagedObject("AbstractNetworkConnector")
public abstract class AbstractNetworkConnector extends AbstractConnector implements NetworkConnector
{

private volatile String _host;
private volatile int _port = 0;

Expand Down Expand Up @@ -73,11 +74,6 @@ public int getLocalPort()
return -1;
}

/**
* @return the local address host name, never null
*/
protected abstract String getLocalName();

@Override
protected void doStart() throws Exception
{
Expand Down

0 comments on commit 00f4931

Please sign in to comment.