Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Commit

Permalink
Public static field should be constant
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobaccan committed Apr 21, 2021
1 parent 5130b38 commit 2cc698f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
*/
public class FormattingTuple {

public static FormattingTuple NULL = new FormattingTuple(null);
public static final FormattingTuple NULL = new FormattingTuple(null);

private String message;
private Throwable throwable;
Expand Down

0 comments on commit 2cc698f

Please sign in to comment.