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

Commit 8ab3dc7a authored by Andrew Sapperstein's avatar Andrew Sapperstein
Browse files

Fixing various broken javadoc comments in framework.

Change-Id: I48a6b3c268e8ebf3aa2ff3a1de7ff5fa6f8f6de7
parent 0ff6d7ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ package android.provider;

/**
 * Columns for tables that are synced to a server.
 * @deprecated
 * @deprecated Do not use.
 * @hide
 */
public interface SyncConstValue
+2 −2
Original line number Diff line number Diff line
@@ -2361,11 +2361,11 @@ public class KeyEvent extends InputEvent implements Parcelable {
     * Gets the {@link KeyCharacterMap} associated with the keyboard device.
     *
     * @return The associated key character map.
     * @throws {@link UnavailableException} if the key character map
     * @throws {@link KeyCharacterMap.UnavailableException} if the key character map
     * could not be loaded because it was malformed or the default key character map
     * is missing from the system.
     *
     * @see {@link KeyCharacterMap#load}
     * @see KeyCharacterMap#load
     */
    public final KeyCharacterMap getKeyCharacterMap() {
        return KeyCharacterMap.load(mDeviceId);