Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

c3_FilteringSequence.java has confusing comment #23

Open
kevgilmore opened this issue Aug 4, 2023 · 0 comments
Open

c3_FilteringSequence.java has confusing comment #23

kevgilmore opened this issue Aug 4, 2023 · 0 comments

Comments

@kevgilmore
Copy link

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.
                ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant