rethianita / spring-book

Methods must not be empty JAVA-W1004
Anti-pattern
Minor
1 occurrence in this check
 6public class AppRunner {
 7
 8  // @Test
 9  public void run() {10  }11
12}