OSDN Git Service

Remove unwanted parameter (it was a typo).
authorJoe Onorato <joeo@google.com>
Mon, 24 Jan 2011 17:22:12 +0000 (09:22 -0800)
committerJoe Onorato <joeo@google.com>
Mon, 24 Jan 2011 17:25:35 +0000 (09:25 -0800)
Bug: 3241144
Change-Id: I569f6c8dffb17041a422be6084b6eab89624a57b

api/current.xml
core/java/android/view/View.java

index b3f03a6..3bcac93 100644 (file)
  deprecated="not deprecated"
  visibility="public"
 >
-<parameter name="visibility" type="int">
-</parameter>
 </method>
 <method name="getTag"
  return="java.lang.Object"
index 6d5fd2c..6b04e00 100644 (file)
@@ -10660,7 +10660,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, Accessibility
     /**
      * Returns the status bar visibility that this view has requested.
      */
-    public int getSystemUiVisibility(int visibility) {
+    public int getSystemUiVisibility() {
         return mSystemUiVisibility;
     }