File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/com/ericsson/ei/frontend Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
import org .springframework .boot .autoconfigure .SpringBootApplication ;
27
27
28
28
@ SpringBootApplication
29
- public class EI_FrontEnd_Application {
29
+ public class EIFrontendApplication {
30
30
31
- public static final Logger log = LoggerFactory .getLogger (EI_FrontEnd_Application .class );
31
+ public static final Logger log = LoggerFactory .getLogger (EIFrontendApplication .class );
32
32
33
33
public static void main (String [] args ) {
34
34
@@ -45,6 +45,6 @@ public static void main(String[] args) {
45
45
System .setProperty ("logging.level.com.ericsson.ei" , "INFO" );
46
46
}
47
47
48
- SpringApplication .run (EI_FrontEnd_Application .class , args );
48
+ SpringApplication .run (EIFrontendApplication .class , args );
49
49
}
50
50
}
You can’t perform that action at this time.
0 commit comments