Skip to content

Commit 20000f9

Browse files
committed
advanced javadoc formatting yoga in GroupedObservable class description (#1846)
1 parent bcb066f commit 20000f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/rx/observables/GroupedObservable.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
* An {@link Observable} that has been grouped by key, the value of which can be obtained with {@link #getKey()}.
2525
* <p>
2626
* <em>Note:</em> A {@link GroupedObservable} will cache the items it is to emit until such time as it
27-
* is subscribed to. For this reason, in order to avoid memory leaks, you should not simply ignore those {@code GroupedObservable}s that do not concern you. Instead, you can signal to them that they
28-
* may
29-
* discard their buffers by applying an operator like {@link Observable#take}{@code (0)} to them.
27+
* is subscribed to. For this reason, in order to avoid memory leaks, you should not simply ignore those
28+
* {@code GroupedObservable}s that do not concern you. Instead, you can signal to them that they
29+
* may discard their buffers by applying an operator like {@link Observable#take take}{@code (0)} to them.
3030
*
3131
* @param <K>
3232
* the type of the key

0 commit comments

Comments
 (0)