forked from plusone/plusone-commons
getOrderBy 不返回 null。
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…
Reference in New Issue