Skip to content

Commit 04b4882

Browse files
author
Craig Walls
committed
Make PagedListUtils public so that it can be used when working outside of the provided API binding.
1 parent a4afd2a commit 04b4882

File tree

1 file changed

+1
-1
lines changed
  • spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl

1 file changed

+1
-1
lines changed

spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/PagedListUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
import com.fasterxml.jackson.databind.JsonNode;
2626

27-
class PagedListUtils {
27+
public class PagedListUtils {
2828

2929
public static PagingParameters getPagedListParameters(JsonNode pagingNode, String pageKey) {
3030
if (pagingNode == null || pagingNode.get(pageKey) == null) {

0 commit comments

Comments
 (0)