提交 2dcc16e3 编写于 作者: S Stephen Connolly

It's whack-a-mole trying to fix this in my own personal time!

上级 d9e4e36f
......@@ -167,7 +167,7 @@ public abstract class LoadStatistics {
}
if (!hasMatches) {
try {
final Method getNodes = clazz.getDeclaredMethod("matches", SubTask.class);
final Method getNodes = clazz.getDeclaredMethod("matches", Queue.Item.class, SubTask.class);
hasMatches = !Modifier.isAbstract(getNodes.getModifiers());
} catch (NoSuchMethodException e) {
// ignore
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册