Skip to content

Commit

Permalink
2.x: fix javadoc link in observables/package-info
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd committed Dec 5, 2017
1 parent 4d2e821 commit 53d5a23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/io/reactivex/observables/package-info.java
Expand Up @@ -16,7 +16,7 @@

/**
* Classes supporting the Observable base reactive class:
* {@link io.reactivex.observable.ConnectableObservable} and
* {@link io.reactivex.observable.GroupedObservable}.
* {@link io.reactivex.observables.ConnectableObservable} and
* {@link io.reactivex.observables.GroupedObservable}.
*/
package io.reactivex.observables;

0 comments on commit 53d5a23

Please sign in to comment.