Skip to content

3.x: Change "the source Publisher" in Flowable javadocs to "the current Flowable" #6819

Closed
@akarnokd

Description

@akarnokd

In instance methods of Flowable, the source should be referred to as the current {@code Flowable}. Currently, it is the source {@link Publisher} due to previous copy-paste and search/replace mistakes.

Similarly, the resulting {@code Publisher} should be the resulting {@code Flowable}.

(Watch out for line breaks in the javadocs when searching for these as patterns).


(?s)(the|a)\s*\*?\s*(source|upstream|resulting)\s*\*?\s*(\{\@code|\{\@link)? Publisher
(?s)this\s*\*?\s*(\{\@code|\{\@link)? Publisher
(?s)new\s*\*?\s*(\{\@code)?\s*Publisher

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions