Commit 4f64cb20 authored by 5359's avatar 5359

中登网开发

parent d2110748
......@@ -49,7 +49,7 @@ public class AesException extends Exception {
return code;
}
AesException(int code) {
public AesException(int code) {
super(getMessage(code));
this.code = code;
}
......
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