OSDN Git Service

Fix typo in javadoc.
authorDario Freni <dariofreni@google.com>
Mon, 18 Feb 2019 20:58:54 +0000 (20:58 +0000)
committerDario Freni <dariofreni@google.com>
Mon, 18 Feb 2019 20:58:54 +0000 (20:58 +0000)
Test: n/a
Change-Id: I99e722902b21e46691af3d2d2e8e63cd4ced618e

services/core/java/com/android/server/pm/ApexManager.java

index dac4b6f..ac79a25 100644 (file)
@@ -151,7 +151,7 @@ class ApexManager {
     }
 
     /**
-     * Mark a staged session previously submitted using {@cde submitStagedSession} as ready to be
+     * Mark a staged session previously submitted using {@code submitStagedSession} as ready to be
      * applied at next reboot.
      *
      * @param sessionId the identifier of the {@link PackageInstallerSession} being marked as ready.