Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

fix: replaced this usage of 'Stream.collect(Collectors.toList())' with 'Stream.toList()' #131

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jothibasulkv01
Copy link
Collaborator

Removed parentheses around the view parameter from the lambda expression with single parameter for better code readability.

Issue - 130

@jothibasulkv01 jothibasulkv01 changed the title fix: removed parentheses around the view parameter. fix: replaced this usage of 'Stream.collect(Collectors.toList())' with 'Stream.toList()' Oct 13, 2023
@jothibasulkv01 jothibasulkv01 self-assigned this Oct 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace this usage of 'Stream.collect(Collectors.toList())' with 'Stream.toList()'
1 participant