Przeglądaj źródła

No need to make command line runner public

Matt Raible 7 lat temu
rodzic
commit
43ff824957
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      TUTORIAL.md

+ 1
- 1
TUTORIAL.md Wyświetl plik

@@ -89,7 +89,7 @@ import org.springframework.stereotype.Component;
89 89
 import java.util.stream.Stream;
90 90
 
91 91
 @Component
92
-public class BeerCommandLineRunner implements CommandLineRunner {
92
+class BeerCommandLineRunner implements CommandLineRunner {
93 93
     private final BeerRepository repository;
94 94
 
95 95
     public BeerCommandLineRunner(BeerRepository repository) {