Skip to content

Commit 273e4f0

Browse files
author
Michael Lehenbauer
committed
Fix javadoc format.
1 parent f17f635 commit 273e4f0

File tree

1 file changed

+1
-1
lines changed
  • firebase-common/src/main/java/com/google/firebase/annotations

1 file changed

+1
-1
lines changed

firebase-common/src/main/java/com/google/firebase/annotations/PublicApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* Indicates that this object (class, method, etc) should be retained while preguarding an SDK, but
2323
* is safe to be proguarded away in the final app.
2424
*
25-
* NOTE: For projects /not/ using proguard, the PublicApi annotation acts merely as a convention
25+
* <p>NOTE: For projects /not/ using proguard, the PublicApi annotation acts merely as a convention
2626
* and has no actual impact. These projects must abide by normal java visibility rules to govern the
2727
* visibility of methods in their public API.
2828
*/

0 commit comments

Comments
 (0)