Issue #207 - fixing compilation error

This commit is contained in:
Joakim Erdfelt 2017-04-07 14:34:35 -07:00
parent 38fefa6471
commit b2fa9cd23a
1 changed files with 0 additions and 6 deletions

View File

@ -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)
{