Skip to content

Commit 274700c

Browse files
committed
ad
1 parent 21d6f1f commit 274700c

File tree

1 file changed

+0
-1
lines changed
  • java-spring-boot-ru/http-crud/src/main/java/exercise

1 file changed

+0
-1
lines changed

java-spring-boot-ru/http-crud/src/main/java/exercise/Data.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ class Data {
1111

1212
public static List<Post> getPosts() {
1313
Faker faker = new Faker();
14-
1514
List<Integer> ids = IntStream
1615
.range(1, ITEMS_COUNT + 1)
1716
.boxed()

0 commit comments

Comments
 (0)