Fix code style error
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-15 00:40:19 +01:00
parent 0d862da9ec
commit fb752fb9a9
6 changed files with 13 additions and 13 deletions

View File

@@ -19,7 +19,7 @@ public class MagicBall
return new LinkedList<>(Arrays.asList("8ball", "8b", "eightball", "magicball"));
}
private final static List<String> answers = new ArrayList<>(
private static final List<String> answers = new ArrayList<>(
Arrays.asList("It is certain.",
"It is decidedly so.",
"Without a doubt.",