#3544: Remove redundant super call in handle(FinishConfiguration)
This commit is contained in:
parent
68b2df2b1e
commit
a7dbbc2f0a
@ -362,8 +362,6 @@ public class UpstreamBridge extends PacketHandler
|
|||||||
public void handle(FinishConfiguration finishConfiguration) throws Exception
|
public void handle(FinishConfiguration finishConfiguration) throws Exception
|
||||||
{
|
{
|
||||||
con.sendQueuedPackets();
|
con.sendQueuedPackets();
|
||||||
|
|
||||||
super.handle( finishConfiguration );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user