Pageable.Info modifier 제거

master
mjkhan21 11 months ago
parent 0a37c042f1
commit 936d9e68a3

@ -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")

Loading…
Cancel
Save