fix some warnings in common modules

This commit is contained in:
BinaryWang
2016-09-01 10:18:24 +08:00
parent 66cd7cda43
commit 6f297ae95a
30 changed files with 185 additions and 178 deletions

View File

@@ -14,7 +14,7 @@ public class WxErrorException extends Exception {
}
public WxError getError() {
return error;
return this.error;
}