mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
fix some warnings in common modules
This commit is contained in:
@@ -14,7 +14,7 @@ public class WxErrorException extends Exception {
|
||||
}
|
||||
|
||||
public WxError getError() {
|
||||
return error;
|
||||
return this.error;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user