diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index 2be5153764530..45a42e44f1cd4 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -57,8 +57,8 @@ import java.util.Set; * *
An Intent provides a facility for performing late runtime binding between the code in * different applications. Its most significant use is in the launching of activities, where it - * can be thought of as the glue between activities. It is basically a passive data structure - * holding an abstract description of an action to be performed.
+ * can be thought of as the glue between activities. It is basically a passive data structure + * holding an abstract description of an action to be performed. * *