mirror of
https://github.com/stleary/JSON-java.git
synced 2026-03-17 00:03:39 -04:00
makes params final
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user