mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-17 07:50:52 -07:00
makes params final
This commit is contained in:
parent
0e13241528
commit
1b06a802cf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue