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

Commit bcdaf920 authored by Todd Kennedy's avatar Todd Kennedy
Browse files

fix typo

Fixes: 35840741
Test: None; it's a javadoc fix
Change-Id: Ic59fe12351c24630d7ba18ffaafeef8035be35f5
parent d632305e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ public final class InstantAppInfo implements Parcelable {
    }

    /**
     * @return The pakcage name.
     * @return The package name.
     */
    public @NonNull String getPackageName() {
        if (mApplicationInfo != null) {