Skip to content

Commit

Permalink
Issue #7277 - Remove redundant javadoc
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 b32393a commit 034128d
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,15 +166,7 @@ public abstract class AbstractConnector extends ContainerLifeCycle implements Co
private ConnectionFactory _defaultConnectionFactory;
/* The name used to link up virtual host configuration to named connectors */
private String _name;
/**
* The authority used to define the server uri authority fallback for the connection
* (see ServletRequest.getServerName(), and ServletRequest.getServerPort()).
*/
private HostPort _serverAuthority;
/**
* The address used to define the local address for the connection
* (see ServletRequest.getLocalName(), ServletRequest.getLocalAddr(), and ServletRequest.getLocalPort()).
*/
private SocketAddress _localAddress;
private int _acceptorPriorityDelta = -2;
private boolean _accepting = true;
Expand Down

0 comments on commit 034128d

Please sign in to comment.