We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4afd2a commit 04b4882Copy full SHA for 04b4882
spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/PagedListUtils.java
@@ -24,7 +24,7 @@
24
25
import com.fasterxml.jackson.databind.JsonNode;
26
27
-class PagedListUtils {
+public class PagedListUtils {
28
29
public static PagingParameters getPagedListParameters(JsonNode pagingNode, String pageKey) {
30
if (pagingNode == null || pagingNode.get(pageKey) == null) {
0 commit comments