mirror of
https://github.com/fankes/JSON-java-compat.git
synced 2025-09-06 18:55:30 +08: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