Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ public static String createOdataFilterForTags(String tagName, String tagValue) {
}

/**
* Gets an observable of {@link U} that emits only the root resource from a given
* observable of {@link Indexable}.
* Gets an observable of type {@code U}, where U extends {@link Indexable}, that emits only the root
* resource from a given observable of {@link Indexable}.
*
* @param stream the input observable of {@link Indexable}
* @param <U> the specialized type of last item in the input stream
Expand Down