Skip to content

Commit 2cc698f

Browse files
committed
Public static field should be constant
1 parent 5130b38 commit 2cc698f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/main/java/pl/project13/core/log/FormattingTuple.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
*/
5050
public class FormattingTuple {
5151

52-
public static FormattingTuple NULL = new FormattingTuple(null);
52+
public static final FormattingTuple NULL = new FormattingTuple(null);
5353

5454
private String message;
5555
private Throwable throwable;

0 commit comments

Comments
 (0)