Add ability to ensure non-null pagination properties to PagingRequest #829
Labels
new feature
A new feature such as a new class, method, package, group of classes, etc.
Milestone
Add one (or more) ways to ensure the pagination properties (
page
andlimit
) are non-null in aPagingRequest
instance.Normally this should not happen, but we've had odd situations where one or the other is
null
, which causes problems.The text was updated successfully, but these errors were encountered: