Commit 96970ff9 authored by “'s avatar

所有的覆写方法,必须加@Override注解

parent 7cc9d174
......@@ -45,6 +45,7 @@ public class GlobalException extends RuntimeException
return this;
}
@Override
public String getMessage()
{
return message;
......
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