Skip to content

Commit 1b06a80

Browse files
author
John J. Aylward
committed
makes params final
1 parent 0e13241 commit 1b06a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JSONException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public JSONException(final String message) {
2828
* @param cause
2929
* The cause.
3030
*/
31-
public JSONException(String message, Throwable cause) {
31+
public JSONException(final String message, final Throwable cause) {
3232
super(message, cause);
3333
}
3434

0 commit comments

Comments
 (0)