Skip to content

Commit c24efc7

Browse files
committed
Fix formatting in CampaignMetadata
1 parent 505ce09 commit c24efc7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

firebase-inappmessaging/src/main/java/com/google/firebase/inappmessaging/model/CampaignMetadata.java

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@
1717
import androidx.annotation.NonNull;
1818

1919
/**
20-
* <p>Provides the following about any message:</p>
20+
* Provides the following about any message:
21+
*
2122
* <ul>
22-
* <li>Campaign ID
23-
* <li>Campaign Name
24-
* <li>Campaign Test Message State
23+
* <li>Campaign ID
24+
* <li>Campaign Name
25+
* <li>Campaign Test Message State
2526
* </ul>
2627
*/
2728
public class CampaignMetadata {

0 commit comments

Comments
 (0)