()
| 773 | } |
| 774 | |
| 775 | @Override |
| 776 | protected void done() { |
| 777 | try { |
| 778 | |
| 779 | Packet packet = get(); |
| 780 | if (packet != null) { |
| 781 | |
| 782 | gui_packet.setPacket(packet); |
| 783 | } |
| 784 | // sortByText(gui_filter.getText()); |
| 785 | } catch (Exception e) { |
| 786 | |
| 787 | errWithStackTrace(e); |
| 788 | } |
| 789 | } |
| 790 | }; |
| 791 | history_update_service.submit(worker); |
| 792 | } |
nothing calls this directly
no test coverage detected