diff --git a/realm/realm-library/src/main/java/io/realm/RealmQuery.java b/realm/realm-library/src/main/java/io/realm/RealmQuery.java index a87ff88b7d..97b5aeb465 100644 --- a/realm/realm-library/src/main/java/io/realm/RealmQuery.java +++ b/realm/realm-library/src/main/java/io/realm/RealmQuery.java @@ -1763,8 +1763,7 @@ public RealmResults 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.