-
-
Notifications
You must be signed in to change notification settings - Fork 881
Open
Description
| Flux<String> strings = null; |
The comment creates confusion, because we actually need to adjust the first line to remove the null and instead call the service and save the result to strings variable.
Something like this would be better.
Flux<String> strings = null;
mashed_data_service()
//todo: replace null with mashed_data_service() call and your solution.
;
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels