@ -70,7 +70,7 @@ public interface Pageable {
*/
default void setTotalSize(long totalSize) {}
public static class Info {
static class Info {
static Info create(Object obj) {
if (obj instanceof Map) {
@SuppressWarnings("unchecked")