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

Commit aaad33e0 authored by Romain Guy's avatar Romain Guy Committed by Android (Google) Code Review
Browse files

Merge "Fixing various broken javadoc comments in framework."

parents b5cc1f1e 8ab3dc7a
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);