diff options
Diffstat (limited to 'core/java/android/content/UndoOperation.java')
| -rw-r--r-- | core/java/android/content/UndoOperation.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/java/android/content/UndoOperation.java b/core/java/android/content/UndoOperation.java index 8084b1f..1ff32d4 100644 --- a/core/java/android/content/UndoOperation.java +++ b/core/java/android/content/UndoOperation.java @@ -23,6 +23,8 @@ import android.os.Parcelable; * A single undoable operation. You must subclass this to implement the state * and behavior for your operation. Instances of this class are placed and * managed in an {@link UndoManager}. + * + * @hide */ public abstract class UndoOperation<DATA> implements Parcelable { UndoOwner mOwner; |
