diff options
| author | Christian Mehlmauer <FireFart@gmail.com> | 2011-01-08 18:22:20 +0100 |
|---|---|---|
| committer | Christian Mehlmauer <FireFart@gmail.com> | 2011-01-08 18:22:20 +0100 |
| commit | bd6fda11d287ba8ac749e06053dc9488653d1471 (patch) | |
| tree | 2b00c9138095d487e06393d29ae5a1baf4c02903 /core/java/android/view/LayoutInflater.java | |
| parent | 0544d05990c0f43a143e98e71f7fc60277872806 (diff) | |
Typo in Javadoc
Change-Id: I911ce02cab178f64aab222e4abcd25d113d75ec5
Diffstat (limited to 'core/java/android/view/LayoutInflater.java')
| -rw-r--r-- | core/java/android/view/LayoutInflater.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/LayoutInflater.java b/core/java/android/view/LayoutInflater.java index 194c01357613..d5e411a588b9 100644 --- a/core/java/android/view/LayoutInflater.java +++ b/core/java/android/view/LayoutInflater.java @@ -38,7 +38,7 @@ import java.util.HashMap; * for the device you are running on. For example: * * <pre>LayoutInflater inflater = (LayoutInflater)context.getSystemService - * Context.LAYOUT_INFLATER_SERVICE);</pre> + * (Context.LAYOUT_INFLATER_SERVICE);</pre> * * <p> * To create a new LayoutInflater with an additional {@link Factory} for your |
