提交 29aa83e9 编写于 作者: K Kohsuke Kawaguchi

bug fix

上级 72152be4
......@@ -175,6 +175,7 @@ public class MojoInfo {
f.setAccessible(true);
Object oldValue = f.get(mojo);
f.set(mojo,value);
return (T)oldValue;
} catch (NoSuchFieldException e) {
continue;
} catch (IllegalAccessException e) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册