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