Closed
Description
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