Skip to content

Commit

Permalink
Update sdk/appcenter/src/main/java/com/microsoft/appcenter/utils/Devi…
Browse files Browse the repository at this point in the history
…ceInfoHelper.java

Co-authored-by: Dima <[email protected]>
  • Loading branch information
MikhailSuendukov and DmitriyKirakosyan authored Aug 14, 2023
1 parent ce628dc commit e5ba672
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ public static void setCountryCode(String countryCode) {
/**
* Set the country code or any other string to identify the data residency region.
*
* @param dataResidencyRegion residency region code.
* @param dataResidencyRegion data residency region code.
*/
public static void setDataResidencyRegion(@Nullable String dataResidencyRegion) {
mDataResidencyRegion = dataResidencyRegion;
Expand Down

0 comments on commit e5ba672

Please sign in to comment.