更新
This commit is contained in:
@@ -15,7 +15,8 @@ public class JSONException extends Exception {
|
||||
this.cause = cause;
|
||||
}
|
||||
|
||||
public Throwable getCause() {
|
||||
@Override
|
||||
public Throwable getCause() {
|
||||
return this.cause;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user