Skip to content

c3_FilteringSequence.java has confusing comment #23

@kevgilmore

Description

@kevgilmore

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.
                ;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions