Issue #207 - fixing compilation error
This commit is contained in:
parent
38fefa6471
commit
b2fa9cd23a
|
@ -35,12 +35,6 @@ public class FramePipes
|
|||
this.outgoing = outgoing;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void incomingError(Throwable t)
|
||||
{
|
||||
/* cannot send exception on */
|
||||
}
|
||||
|
||||
@Override
|
||||
public void incomingFrame(Frame frame, FrameCallback callback)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue