diff options
| author | Svetoslav <svetoslavganov@google.com> | 2013-09-18 14:38:26 -0700 | 
|---|---|---|
| committer | Svetoslav <svetoslavganov@google.com> | 2013-09-19 10:09:49 -0700 | 
| commit | 81d4014c59d2c6cf23b0465e9b8c94b6bfe428e2 (patch) | |
| tree | 8506e757b6c9d2ac2b7df48ea35d3b9f30003ac3 /core/java/android/print/PrintAttributes.java | |
| parent | f95c9aa7e1229963a4cb92eed46eafc205b03cb3 (diff) | |
| download | frameworks_base-81d4014c59d2c6cf23b0465e9b8c94b6bfe428e2.zip frameworks_base-81d4014c59d2c6cf23b0465e9b8c94b6bfe428e2.tar.gz frameworks_base-81d4014c59d2c6cf23b0465e9b8c94b6bfe428e2.tar.bz2  | |
Hiding a method that was never meant to be public.
The hide javadoc annotation had a type, thus leaking the API.
bug:10552358
Change-Id: Iec4e203d0786efbe6afbd9b6995f11642935336c
Diffstat (limited to 'core/java/android/print/PrintAttributes.java')
| -rw-r--r-- | core/java/android/print/PrintAttributes.java | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/print/PrintAttributes.java b/core/java/android/print/PrintAttributes.java index e61fe89..94bbb08 100644 --- a/core/java/android/print/PrintAttributes.java +++ b/core/java/android/print/PrintAttributes.java @@ -241,7 +241,7 @@ public final class PrintAttributes implements Parcelable {          return builder.toString();      } -    /** hide */ +    /** @hide */      public void clear() {          mMediaSize = null;          mResolution = null;  | 
