diff options
| author | 2012-02-16 15:50:39 -0800 | |
|---|---|---|
| committer | 2012-02-16 15:50:39 -0800 | |
| commit | 9efedcbbab9ac70910a5f12f784a21cf7d4cab78 (patch) | |
| tree | 9ea6a902622d9a8629b1e7c37149999e9f816f5e | |
| parent | 3c3155abea3a6776c8a903dbbdc3e7c7d810fb4f (diff) | |
| parent | 069bbe79fbb35b7cc09048118cf42a929be0ed31 (diff) | |
Merge "Fix Javadoc for View"
| -rw-r--r-- | core/java/android/view/View.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/java/android/view/View.java b/core/java/android/view/View.java index 642663ee7911..6327c66a1ee8 100644 --- a/core/java/android/view/View.java +++ b/core/java/android/view/View.java @@ -9634,8 +9634,6 @@ public class View implements Drawable.Callback, Drawable.Callback2, KeyEvent.Cal * * @param layoutDirection the direction of the layout * - * {@link View#LAYOUT_DIRECTION_LTR} - * {@link View#LAYOUT_DIRECTION_RTL} */ public void onResolvePadding(int layoutDirection) { } |