docs: fix typo: if -> is

This commit is contained in:
Jeff Tian 2022-03-02 10:40:24 +08:00 committed by Stian Thorgersen
parent 91d37b5686
commit e2f8e9a4c8

View file

@ -128,7 +128,7 @@ public interface AuthenticationSessionModel extends CommonClientSessionModel {
* Retrieves value of the given authentication note to the given value. Authentication notes are notes * Retrieves value of the given authentication note to the given value. Authentication notes are notes
* used typically by authenticators and authentication flows. They are cleared when * used typically by authenticators and authentication flows. They are cleared when
* authentication session is restarted. * authentication session is restarted.
* @param name {@code String} If {@code null} if provided then the method will return {@code null}. * @param name {@code String} If {@code null} is provided then the method will return {@code null}.
* @return {@code String} or {@code null} if no authentication note is set. * @return {@code String} or {@code null} if no authentication note is set.
*/ */
String getAuthNote(String name); String getAuthNote(String name);