Skip to content

Commit

Permalink
Remove empty list item from io.reactivex.package-info.java (#4874)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkobit authored and akarnokd committed Nov 23, 2016
1 parent 606e98b commit e5ae0b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/io/reactivex/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
* <li>Observable == Observable (factory methods)</li>
* <li>Flowable == IAsyncEnumerable (backpressure)</li>
* <li>Subscriber == IAsyncEnumerator</li>
* <li>
* </ul>
* The Single and Completable reactive base types have no equivalent in Rx.NET as of 3.x.
* </p>
Expand Down

0 comments on commit e5ae0b9

Please sign in to comment.