Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9d8f752e authored by Andrew Solovay's avatar Andrew Solovay
Browse files

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
parent 82d09021
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>