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

Commit b04c63a1 authored by Arthur Ishiguro's avatar Arthur Ishiguro
Browse files

Fix typo on NanoAppState documentation

Bug: 194287786
Test: None
Change-Id: I13c8d06cdae4fd2693d9378fbbbdb05cdc38f218
parent 84c6d950
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ public final class NanoAppState implements Parcelable {
     * @param nanoAppId The unique ID of this nanoapp, see {#getNanoAppId()}.
     * @param appVersion The software version of this nanoapp, see {#getNanoAppVersion()}.
     * @param enabled True if the nanoapp is enabled and running on the Context Hub.
     * @param nanoAppPersmissions The list of permissions required to communicate with this
     * @param nanoAppPermissions The list of permissions required to communicate with this
     *   nanoapp.
     */
    public NanoAppState(long nanoAppId, int appVersion, boolean enabled,
@@ -73,7 +73,7 @@ public final class NanoAppState implements Parcelable {
     * @param nanoAppId The unique ID of this nanoapp, see {#getNanoAppId()}.
     * @param appVersion The software version of this nanoapp, see {#getNanoAppVersion()}.
     * @param enabled True if the nanoapp is enabled and running on the Context Hub.
     * @param nanoAppPersmissions The list of permissions required to communicate with this
     * @param nanoAppPermissions The list of permissions required to communicate with this
     *   nanoapp.
     * @param nanoAppRpcServiceList The list of RPC services published by this nanoapp, see
     *   {@link NanoAppRpcService} for additional details.