commit | bd6fda11d287ba8ac749e06053dc9488653d1471 | [log] [tgz] |
---|---|---|
author | Christian Mehlmauer <FireFart@gmail.com> | Sat Jan 08 18:22:20 2011 +0100 |
committer | Christian Mehlmauer <FireFart@gmail.com> | Sat Jan 08 18:22:20 2011 +0100 |
tree | 2b00c9138095d487e06393d29ae5a1baf4c02903 | |
parent | 0544d05990c0f43a143e98e71f7fc60277872806 [diff] |
Typo in Javadoc Change-Id: I911ce02cab178f64aab222e4abcd25d113d75ec5
diff --git a/core/java/android/view/LayoutInflater.java b/core/java/android/view/LayoutInflater.java index 194c013..d5e411a 100644 --- a/core/java/android/view/LayoutInflater.java +++ b/core/java/android/view/LayoutInflater.java
@@ -38,7 +38,7 @@ * 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