summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/LayoutInflater.java
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2012-02-24 12:04:06 -0800
committerScott Main <smain@google.com>2012-03-02 16:55:41 -0800
commit93dc642eaf48e3db58c4929df26283fbc5fd663f (patch)
tree14b576c266bc41b77299a7c0e6b0f41e11c16346 /core/java/android/view/LayoutInflater.java
parent4143781cdea0741ce6e87967c4ab903288c3e4c3 (diff)
downloadframeworks_base-93dc642eaf48e3db58c4929df26283fbc5fd663f.zip
frameworks_base-93dc642eaf48e3db58c4929df26283fbc5fd663f.tar.gz
frameworks_base-93dc642eaf48e3db58c4929df26283fbc5fd663f.tar.bz2
docs: fix misc bugs from external tracker
Change-Id: I2be617be23d0ac50baabac561d510633fa9f162a
Diffstat (limited to 'core/java/android/view/LayoutInflater.java')
-rw-r--r--core/java/android/view/LayoutInflater.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/view/LayoutInflater.java b/core/java/android/view/LayoutInflater.java
index 9628d6b..3c0ee12 100644
--- a/core/java/android/view/LayoutInflater.java
+++ b/core/java/android/view/LayoutInflater.java
@@ -34,8 +34,8 @@ import java.lang.reflect.Constructor;
import java.util.HashMap;
/**
- * This class is used to instantiate layout XML file into its corresponding View
- * objects. It is never be used directly -- use
+ * Instantiates a layout XML file into its corresponding {@link android.view.View}
+ * objects. It is never used directly. Instead, use
* {@link android.app.Activity#getLayoutInflater()} or
* {@link Context#getSystemService} to retrieve a standard LayoutInflater instance
* that is already hooked up to the current context and correctly configured