Skip to content

Commit 3daed0d

Browse files
committed
Fix Javadoc html
1 parent 8fffead commit 3daed0d

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

firebase-crashlytics/src/main/java/com/google/firebase/crashlytics/FirebaseCrashlytics.java

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -456,11 +456,13 @@ public boolean didCrashOnPreviousExecution() {
456456
* Indicates whether or not automatic data collection is enabled.
457457
*
458458
* @return In order of priority:
459-
* <li>If {@link #setCrashlyticsCollectionEnabled(boolean)} is called with a value, use it.
460-
* <li>If the <b>firebase_crashlytics_collection_enabled</b> key is in your app’s
461-
* AndroidManifest.xml, use it.
462-
* <li>Otherwise, use the default {@link FirebaseApp#isDataCollectionDefaultEnabled()} in
463-
* FirebaseApp.
459+
* <ul>
460+
* <li>If {@link #setCrashlyticsCollectionEnabled(boolean)} is called with a value, use it.
461+
* <li>If the <b>firebase_crashlytics_collection_enabled</b> key is in your app’s
462+
* AndroidManifest.xml, use it.
463+
* <li>Otherwise, use the default {@link FirebaseApp#isDataCollectionDefaultEnabled()} in
464+
* FirebaseApp.
465+
* </ul>
464466
*/
465467
public boolean isCrashlyticsCollectionEnabled() {
466468
return core.isCrashlyticsCollectionEnabled();

0 commit comments

Comments
 (0)