Address reviews - Elaborate on docs and update severity

This commit is contained in:
Joe Farebrother
2024-02-09 13:53:36 +00:00
parent f4b6a85a48
commit 16aed18821
3 changed files with 5 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ class AuthenticationSuccessCallback extends Method {
this.hasName("onAuthenticationSucceeded")
}
/** Gets the parameter containing the `authenticationResult` */
/** Gets the parameter containing the `authenticationResult`. */
Parameter getResultParameter() { result = this.getParameter(0) }
/** Gets a use of the result parameter that's used in a `super` call to the base `AuthenticationCallback` class. */