getOrderBy 不返回 null。

This commit is contained in:
zhouxy108 2023-05-01 16:10:46 +08:00
parent c92da56465
commit 07d9b789b0

View File

@ -60,7 +60,6 @@ public class PagingAndSortingQueryParams {
// Getters
@Nullable
public final List<String> getOrderBy() {
return ImmutableList.copyOf(this.orderBy);
}