Skip to content

Commit 19f8267

Browse files
authored
Merge pull request eugenp#7464 from amit2103/BAEL-16045-14
[BAEL-16045] - Check Article Code Matches GitHub for https://www.bael…
2 parents 620064d + 4586025 commit 19f8267

File tree

1 file changed

+1
-1
lines changed
  • spring-boot/src/main/java/com/baeldung/graphql

1 file changed

+1
-1
lines changed

spring-boot/src/main/java/com/baeldung/graphql/Query.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public Query(PostDao postDao) {
1111
this.postDao = postDao;
1212
}
1313

14-
public List<Post> recentPosts(int count, int offset) {
14+
public List<Post> getRecentPosts(int count, int offset) {
1515
return postDao.getRecentPosts(count, offset);
1616
}
1717
}

0 commit comments

Comments
 (0)