Skip to content

Commit

Permalink
Removed double space
Browse files Browse the repository at this point in the history
  • Loading branch information
bangarharshit committed Oct 21, 2017
1 parent c2e63ff commit b373d42
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ private RxLifecycleInterop() {
private static final Object DEFAULT_THROWAWAY_OBJECT = new Object();

/**
* Converter for transforming {@link LifecycleProvider} to {@link ScopeProvider}.
* Converter for transforming {@link LifecycleProvider} to {@link ScopeProvider}.
* It disposes the source when the next reasonable event occurs.
* <p>
* Example usage:
Expand All @@ -57,7 +57,7 @@ public static <E> ScopeProvider from(final LifecycleProvider<E> provider) {
}

/**
* Converter for transforming {@link LifecycleProvider} to {@link ScopeProvider}.
* Converter for transforming {@link LifecycleProvider} to {@link ScopeProvider}.
* It disposes the source when a specific event occurs.
* <p>
* Example usage:
Expand Down

0 comments on commit b373d42

Please sign in to comment.