Skip to content

Commit cd50873

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

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
@@ -1554,7 +1554,7 @@ open class LoginActivity : FragmentActivity() {
15541554
* Determines if the provided URL has the Salesforce Welcome Discovery
15551555
* path and parameters for mobile callback. The client id (consumer
15561556
* key) of the URL must match the boot config's consumer key.
1557-
* @param url The URL to examine for the Salesforce Welcome Discovery
1557+
* @param uri The URL to examine for the Salesforce Welcome Discovery
15581558
* path and parameters for mobile callback
15591559
* @return Boolean true if the URL has the Salesforce Welcome Discovery
15601560
* path and parameters for mobile callback and matches the boot config's

0 commit comments

Comments
 (0)