Skip to content

Commit

Permalink
refactor: Fix violation of Sonar rule 1444 (INRIA#3853)
Browse files Browse the repository at this point in the history
  • Loading branch information
slarse authored and woutersmeenk committed Aug 29, 2021
1 parent 3ac8b03 commit 91297a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/spoon/LovecraftException.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
public class LovecraftException extends SpoonException {
private static final long serialVersionUID = 1L;

public static String lovecraft =
public static final String lovecraft =
"It was from the artists and poets that the pertinent answers came, and I\n"
+ "know that panic would have broken loose had they been able to compare notes.\n"
+ "As it was, lacking their original letters, I half suspected the compiler of\n"
Expand Down

0 comments on commit 91297a2

Please sign in to comment.