Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 13310680 authored by Jan Althaus's avatar Jan Althaus
Browse files

Fixing incorrect doc string

Test: N/A
Change-Id: I718c44902c44097b5883fd1f204ef66279b5cca4
parent 59f5f415
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -277,8 +277,8 @@ public interface TextClassifier {
    /**
     * Returns a {@link Collection} of the entity types in the specified preset.
     *
     * @see #ENTITIES_ALL
     * @see #ENTITIES_NONE
     * @see #ENTITY_PRESET_ALL
     * @see #ENTITY_PRESET_NONE
     */
    default Collection<String> getEntitiesForPreset(@EntityPreset int entityPreset) {
        return Collections.EMPTY_LIST;