mirror of
https://github.com/fankes/JSON-java-compat.git
synced 2025-09-07 03:06:03 +08:00
makes params final
This commit is contained in:
@@ -28,7 +28,7 @@ public class JSONException extends RuntimeException {
|
|||||||
* @param cause
|
* @param cause
|
||||||
* The cause.
|
* The cause.
|
||||||
*/
|
*/
|
||||||
public JSONException(String message, Throwable cause) {
|
public JSONException(final String message, final Throwable cause) {
|
||||||
super(message, cause);
|
super(message, cause);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user