mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-23 00:40:51 +01:00
Remove unused class
This commit is contained in:
parent
ae4ccff20e
commit
322cb05ceb
@ -1,17 +0,0 @@
|
||||
package gearth.protocol.connection.proxy.nitro.websocket;
|
||||
|
||||
import gearth.protocol.HConnection;
|
||||
|
||||
public class NitroForwarder {
|
||||
|
||||
private final HConnection connection;
|
||||
private final NitroSession client;
|
||||
private final NitroSession server;
|
||||
|
||||
public NitroForwarder(HConnection connection, NitroSession client, NitroSession server) {
|
||||
this.connection = connection;
|
||||
this.client = client;
|
||||
this.server = server;
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user