Skip to content

Commit

Permalink
add "final" to BufferingFlowableWrapper class
Browse files Browse the repository at this point in the history
  • Loading branch information
thjaeckle committed Nov 29, 2023
1 parent 22b4cea commit c5825f1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -26,7 +26,7 @@
*
* @param <T> type of items
*/
public class BufferingFlowableWrapper<T> implements Disposable {
public final class BufferingFlowableWrapper<T> implements Disposable {
private static final String DISPOSED_ERROR_MESSAGE = "The wrapper is disposed.";

private final Flowable<T> originalFlowable;
Expand Down

0 comments on commit c5825f1

Please sign in to comment.