Unverified Commit 4955b4cd authored by apachemycat's avatar apachemycat Committed by GitHub
Browse files

Merge pull request #1941 from 3legcat/1.6

remove fields which defined in super class
parents 6ebcbd10 a4e5adb7
No related merge requests found
Showing with 0 additions and 4 deletions
+0 -4
......@@ -56,10 +56,6 @@ public abstract class FrontendConnection extends AbstractConnection {
private static final Logger LOGGER = LoggerFactory.getLogger(FrontendConnection.class);
protected long id;
protected String host;
protected int port;
protected int localPort;
protected long idleTimeout;
protected byte[] seed;
protected String user;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment