Commit 9f3b91fe authored by 若依's avatar 若依 Committed by Gitee

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

Merge pull request !535 from 天才的逻辑/master
parents 80d25863 b8b58cb2
......@@ -45,6 +45,7 @@ public class GlobalException extends RuntimeException
return this;
}
@Override
public String getMessage()
{
return message;
......
......@@ -49,6 +49,7 @@ public final class ServiceException extends RuntimeException
return detailMessage;
}
@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