Skip to content

Commit 1918232

Browse files
committed
TestObjects: remove outdated @SuppressWarnings annotation.
Should be in 32f6a20 commit. No functional changes.
1 parent 754f211 commit 1918232

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/ru/mystamps/web/service/TestObjects.java

-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ public static SeriesFullInfoDto createSeriesFullInfoDto() {
155155
);
156156
}
157157

158-
@SuppressWarnings("checkstyle:magicnumber")
159158
public static CollectionInfoDto createCollectionInfoDto() {
160159
return new CollectionInfoDto(Random.id(), "test-user", "Test User");
161160
}

0 commit comments

Comments
 (0)