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

Commit 0b2d82ca authored by Ember Rose's avatar Ember Rose Committed by Pawin Vongmasa
Browse files

Remove bad type param link

Test: make framework
Change-Id: Ie482534af48d46fd7d087ad60a6a5adc597617cb
Fixes: 120499404
parent 6220baa3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ public interface InspectionCompanion<T> {
     * have been mapped and throw a {@link UninitializedPropertyMapException} if this method is
     * called before {mapProperties}.
     *
     * @param inspectable A object of type {@link T} to read the properties of.
     * @param inspectable A object of type {T} to read the properties of.
     * @param propertyReader An object which receives the property IDs and values.
     */
    void readProperties(@NonNull T inspectable, @NonNull PropertyReader propertyReader);