mirror of
https://github.com/stleary/JSON-java.git
synced 2025-08-02 11:05:28 -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
|
||||
* The cause.
|
||||
*/
|
||||
public JSONException(String message, Throwable cause) {
|
||||
public JSONException(final String message, final Throwable cause) {
|
||||
super(message, cause);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user