Skip to content

Commit

Permalink
Merge pull request Azure#36 from JonathanGiles/master
Browse files Browse the repository at this point in the history
Fix minor javadoc error
  • Loading branch information
moderakh authored Apr 30, 2018
2 parents aeabddb + 8a70381 commit 7c00c82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ protected RxCollectionCache() {
* Resolves a request to a collection in a sticky manner.
* Unless request.ForceNameCacheRefresh is equal to true, it will return the same collection.
* @param request Request to resolve.
* @return an instance of Single<DocumentCollection>
* @return an instance of Single&lt;DocumentCollection&gt;
*/
public Single<DocumentCollection> resolveCollectionAsync(
RxDocumentServiceRequest request) {
Expand Down

0 comments on commit 7c00c82

Please sign in to comment.