@ -394,6 +394,9 @@ public class ConnectionListPane extends JListControlPane implements ConnectionSh
}
/**
* 抛异常的函数式接口
*/
@FunctionalInterface
interface ThrowingConsumer<T> {
void accept(T t) throws Exception;