Skip to content

Commit

Permalink
Fix formatting in IdentityExtension
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlind committed May 17, 2024
1 parent 7de156b commit d6e91e9
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1674,8 +1674,8 @@ private void updateAdvertisingIdentifier(final String adid) {
}

/**
* Updates the persisted {@code ADOBEMOBILE_PUSH_ENABLED} field and dispatches an event to generate a corresponding
* Analytics request
* Updates the persisted {@code ADOBEMOBILE_PUSH_ENABLED} field and dispatches an event to
* generate a corresponding Analytics request
*
* @param isEnabled whether the user is opted in to receive push notifications
*/
Expand Down Expand Up @@ -1732,7 +1732,8 @@ private boolean isPushEnabled() {
}

/**
* Updates the persisted {@code ADOBEMOBILE_PUSH_ENABLED} flag in DataStore with the provided value.
* Updates the persisted {@code ADOBEMOBILE_PUSH_ENABLED} flag in DataStore with the provided
* value.
*
* @param enabled new push status value to be updated
*/
Expand Down

0 comments on commit d6e91e9

Please sign in to comment.