Commit 64d49fed authored by yanzg's avatar yanzg

修复bug

parent d1ebc1b3
...@@ -33,8 +33,9 @@ public class RuntimeCodeException extends RuntimeException { ...@@ -33,8 +33,9 @@ public class RuntimeCodeException extends RuntimeException {
return target; return target;
} }
public void setTarget(Object target) { public RuntimeCodeException setTarget(Object target) {
this.target = target; this.target = target;
return this;
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment