File tree 2 files changed +2
-2
lines changed
src/main/java/ru/mystamps/web
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 26
26
import ru .mystamps .web .support .spring .security .SecurityConfig ;
27
27
import ru .mystamps .web .support .togglz .TogglzConfig ;
28
28
29
- @ SuppressWarnings ("checkstyle:hideutilityclassconstructor" )
30
29
@ Configuration
31
30
@ Import ({
32
31
DbConfig .class ,
36
35
StrategiesConfig .class ,
37
36
TogglzConfig .class
38
37
})
38
+ @ SuppressWarnings ({"checkstyle:hideutilityclassconstructor" , "PMD.UseUtilityClass" })
39
39
public class ApplicationContext {
40
40
41
41
@ Bean
Original file line number Diff line number Diff line change 52
52
})
53
53
public class ApplicationBootstrap implements ServletContextInitializer {
54
54
55
- public static void main (String [] args ) {
55
+ public static void main (String ... args ) {
56
56
// @see http://www.slf4j.org/codes.html#loggerNameMismatch
57
57
System .setProperty ("slf4j.detectLoggerNameMismatch" , "true" );
58
58
You can’t perform that action at this time.
0 commit comments