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