Skip to content

Commit 3e75e4f

Browse files
committed
Fix Checkstyle warnings.
1 parent db964c8 commit 3e75e4f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/main/config/checkstyle-suppressions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<suppress checks="LineLength" files="AbstractPage.java" lines="44,45" />
99
<suppress checks="LineLength" files="AbstractPageWithForm.java" lines="27,28,33" />
1010
<suppress checks="LineLength" files="Form.java" lines="31,32,37" />
11-
<suppress checks="LineLength" files="Url.java" lines="74" />
11+
<suppress checks="LineLength" files="Url.java" lines="73" />
1212
<suppress checks="LineLength" files="ErrorController.java" lines="73" />
1313
<suppress checks="LineLength" files="SecurityConfig.java" lines="35,36,40" />
1414
<suppress checks="LineLength" files="JdbcSeriesDaoImpl.java" lines="123" />

src/main/java/ru/mystamps/web/config/ApplicationContext.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
import ru.mystamps.web.support.spring.security.SecurityConfig;
2727
import ru.mystamps.web.support.togglz.TogglzConfig;
2828

29+
@SuppressWarnings("checkstyle:hideutilityclassconstructor")
2930
@Configuration
3031
@Import({
3132
DbConfig.class,

src/main/java/ru/mystamps/web/support/spring/boot/ApplicationBootstrap.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
import org.springframework.context.ConfigurableApplicationContext;
2727
import org.springframework.context.annotation.Bean;
2828
import org.springframework.context.annotation.Import;
29-
import org.springframework.web.context.request.RequestContextListener;
3029

3130
import org.togglz.core.context.StaticFeatureManagerProvider;
3231
import org.togglz.core.manager.FeatureManager;

0 commit comments

Comments
 (0)