Skip to content

Commit 54f68fa

Browse files
Fix KDoc @param name mismatch in LoginActivity
1 parent cd50873 commit 54f68fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/SalesforceSDK/src/com/salesforce/androidsdk/ui/LoginActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1580,7 +1580,7 @@ open class LoginActivity : FragmentActivity() {
15801580
* Determines if the provided URL has the Salesforce Welcome Discovery
15811581
* path and parameters for mobile callback. The client id (consumer
15821582
* key) of the URL must match the boot config's consumer key.
1583-
* @param url The URL to examine for the Salesforce Welcome Discovery
1583+
* @param uri The URL to examine for the Salesforce Welcome Discovery
15841584
* path and parameters for mobile callback
15851585
* @return Boolean true if the URL has the Salesforce Welcome Discovery
15861586
* path and parameters for mobile callback and matches the boot config's

0 commit comments

Comments
 (0)