Skip to content

Commit

Permalink
Small annotation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kqarryzada committed Nov 19, 2024
1 parent 6e3a6f1 commit be126fe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,8 @@ private void checkRequiredProperties(
* neither integer is 0.
*/
@NotNull
private List<T> resourcesOrEmptyList(final @Nullable List<T> resources,
final @Nullable Integer itemsPerPage,
private List<T> resourcesOrEmptyList(@Nullable final List<T> resources,
@Nullable final Integer itemsPerPage,
final int totalResults)
throws IllegalStateException
{
Expand Down

0 comments on commit be126fe

Please sign in to comment.