Skip to content

Commit 483e8ce

Browse files
committed
JdbcSeriesDaoImpl: fix warning from CheckStyle about long line.
Correction for 90aca4b commit. No functional changes.
1 parent 90aca4b commit 483e8ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/config/checkstyle-suppressions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<suppress checks="LineLength" files="Url.java" lines="74" />
1212
<suppress checks="LineLength" files="ErrorController.java" lines="73" />
1313
<suppress checks="LineLength" files="SecurityConfig.java" lines="35,36,40" />
14-
<suppress checks="LineLength" files="JdbcSeriesDaoImpl.java" lines="122" />
14+
<suppress checks="LineLength" files="JdbcSeriesDaoImpl.java" lines="123" />
1515

1616
<!-- false positives due to Lombok usage -->
1717
<suppress checks="HideUtilityClassConstructor" files="ru.mystamps.web.model" />

0 commit comments

Comments
 (0)