You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
In instance methods of
Flowable
, the source should be referred to asthe current {@code Flowable}
. Currently, it isthe source {@link Publisher}
due to previous copy-paste and search/replace mistakes.Similarly,
the resulting {@code Publisher}
should bethe 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
The text was updated successfully, but these errors were encountered: