getOrderBy 不返回 null。

feature/net-util
ZhouXY108 2023-05-01 16:10:46 +08:00
parent c92da56465
commit 07d9b789b0
1 changed files with 0 additions and 1 deletions

View File

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