summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Andrew Solovay <asolovay@google.com> 2016-02-10 15:58:08 -0800
committer Andrew Solovay <asolovay@google.com> 2016-02-10 15:58:08 -0800
commit9d8f752eb07c2ea1608a6d4ad3ccc42e2f00aab8 (patch)
tree83338efe054e1c494caf391b42c2379b9670a9a0
parent82d090219056c31c2fd62f8ebca81b8dc28b7beb (diff)
docs: Fixing comment that caused broken Javadoc.
A comment didn't end with a period; since the comment was being used as the summary for a Javadoc table, and included documentation was being used as the details Javadoc comment, the lack of a period was messing up the Javadoc formatting ( https://screenshot.googleplex.com/4cp0QHV35iW ) See first comment for doc stage location. bug: 27130226 Change-Id: I907ffc6efa4148e98a3c35b6d03c85f50103c23a
-rw-r--r--core/res/res/values/attrs_manifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/attrs_manifest.xml b/core/res/res/values/attrs_manifest.xml
index 1a45b3ac75b3..41c8a52a09b9 100644
--- a/core/res/res/values/attrs_manifest.xml
+++ b/core/res/res/values/attrs_manifest.xml
@@ -2190,7 +2190,7 @@
<attr name="name" />
</declare-styleable>
- <!-- Associate declared KeySets with upgrading capability -->
+ <!-- Associate declared KeySets with upgrading capability. -->
<declare-styleable name="AndroidManifestUpgradeKeySet" parent="AndroidManifest">
<attr name="name" />
</declare-styleable>