We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e13241 commit 1b06a80Copy full SHA for 1b06a80
JSONException.java
@@ -28,7 +28,7 @@ public JSONException(final String message) {
28
* @param cause
29
* The cause.
30
*/
31
- public JSONException(String message, Throwable cause) {
+ public JSONException(final String message, final Throwable cause) {
32
super(message, cause);
33
}
34
0 commit comments