提交 ea0e8292 编写于 作者: M megagao

修改了代码格式

上级 620f1a5f
......@@ -20,7 +20,6 @@ public class CustomException extends Exception {
public CustomException(String message){
super(message);
this.message = message;
}
public String getMessage() {
......@@ -30,7 +29,4 @@ public class CustomException extends Exception {
public void setMessage(String message) {
this.message = message;
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册