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

Merge pull request !535 from 天才的逻辑/master
duhanyu
若依 3 years ago committed by Gitee
commit 9f3b91fe57
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -45,6 +45,7 @@ public class GlobalException extends RuntimeException
return this; return this;
} }
@Override
public String getMessage() public String getMessage()
{ {
return message; return message;

@ -49,6 +49,7 @@ public final class ServiceException extends RuntimeException
return detailMessage; return detailMessage;
} }
@Override
public String getMessage() public String getMessage()
{ {
return message; return message;

Loading…
Cancel
Save