We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0453ba1 commit 624a4efCopy full SHA for 624a4ef
eip-wire-tap/src/main/java/com/iluwatar/eip/wiretap/App.java
@@ -25,7 +25,7 @@ public class App {
25
*
26
* @param args command line args
27
*/
28
- public static void main(String[] args) throws Exception{
+ public static void main(String[] args) throws Exception {
29
// Run Spring Boot application and obtain ApplicationContext
30
ConfigurableApplicationContext context = SpringApplication.run(App.class, args);
31
0 commit comments