Skip to content

Conversation

maciejlew
Copy link
Collaborator

No description provided.

@maciejlew maciejlew added this to the v3 milestone May 10, 2024
@maciejlew maciejlew self-assigned this May 10, 2024
@maciejlew maciejlew merged commit 9ffef3f into v3 May 10, 2024
@maciejlew maciejlew deleted the subusers-api branch May 10, 2024 11:31
abstract public class ListResponse<T> extends CountableResponse {

private final ArrayList<T> list = new ArrayList<>();
public final ArrayList<T> list = new ArrayList<>();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note: using final here will not guarantee that the list is immutable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants