Skip to content

Commit

Permalink
Fix wrong Javadoc (#5427)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmelchior authored Oct 16, 2017
1 parent 0d53f67 commit e40a42b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions realm/realm-library/src/main/java/io/realm/RealmQuery.java
Original file line number Diff line number Diff line change
Expand Up @@ -1763,8 +1763,7 @@ public RealmResults<E> findAll() {
}

/**
* Finds all objects that fulfill the query conditions and sorted by specific field name.
* This method is only available from a Looper thread.
* Finds all objects that fulfill the query conditions. This method is only available from a Looper thread.
*
* @return immediately an empty {@link RealmResults}. Users need to register a listener
* {@link io.realm.RealmResults#addChangeListener(RealmChangeListener)} to be notified when the query completes.
Expand Down

0 comments on commit e40a42b

Please sign in to comment.