mirror of
https://github.com/stleary/JSON-java.git
synced 2025-08-03 11:25:30 -04:00
makes params final
This commit is contained in:
parent
0e13241528
commit
1b06a802cf
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user