getOrderBy 不返回 null。
This commit is contained in:
parent
c92da56465
commit
07d9b789b0
@ -60,7 +60,6 @@ public class PagingAndSortingQueryParams {
|
|||||||
|
|
||||||
// Getters
|
// Getters
|
||||||
|
|
||||||
@Nullable
|
|
||||||
public final List<String> getOrderBy() {
|
public final List<String> getOrderBy() {
|
||||||
return ImmutableList.copyOf(this.orderBy);
|
return ImmutableList.copyOf(this.orderBy);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user