1 | package de.aikiit.game.kaiser; | |
2 | ||
3 | /** | |
4 | * This is the main class to start the game. | |
5 | * You can launch it directly or start the shaded JAR. | |
6 | */ | |
7 | //@SpringBootApplication | |
8 | public class GameKaiserJavaApplication { | |
9 | ||
10 | public static void main(String[] args) { | |
11 | //SpringApplication.run(GameKaiserJavaApplication.class, args); | |
12 |
1
1. main : removed call to de/aikiit/game/kaiser/KaiserGame::run → NO_COVERAGE |
new KaiserGame().run(); |
13 | } | |
14 | ||
15 | } | |
Mutations | ||
12 |
1.1 |