提交 a32f2dd3 编写于 作者: J Jesse Glick

Removing obsolete comment.

上级 4d0def46
......@@ -1278,7 +1278,6 @@ public class Util {
* are overridden in the given derived type.
*/
public static boolean isOverridden(Class base, Class derived, String methodName, Class... types) {
// the rewriteHudsonWar method isn't overridden.
try {
return !base.getMethod(methodName, types).equals(
derived.getMethod(methodName,types));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册