Skip to content

Commit

Permalink
Reform @deprecated anotation
Browse files Browse the repository at this point in the history
Changed @deprecated use the following... to just @deprecated Use... to make every @deprecated comment the same.
  • Loading branch information
KarolJakubKrawiec committed Sep 19, 2024
1 parent e49a7ac commit 2dd0ab6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2323,7 +2323,7 @@ PhoneMetadata getMetadataForRegion(String regionCode) {
}

/**
* @deprecated use the following name {@link #getMetadataForNonGeographicalEntity}
* @deprecated Use {@link #getMetadataForNonGeographicalEntity}
*/
@Deprecated
PhoneMetadata getMetadataForNonGeographicalRegion(int countryCallingCode) {
Expand Down

0 comments on commit 2dd0ab6

Please sign in to comment.