Skip to content

Commit

Permalink
Fix typos in javadoc references
Browse files Browse the repository at this point in the history
Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
  • Loading branch information
arjantijms committed Feb 22, 2024
1 parent 854227f commit 8f4f61c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public static final class Literal extends AnnotationLiteral<CustomFormAuthentica
private static final long serialVersionUID = 1L;

/**
* Instance of the {@link CustomFormAuthenticationMechanisms} qualifier.
* Instance of the {@link CustomFormAuthenticationMechanism} qualifier.
*/
public static final Literal INSTANCE = new Literal();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public static final class Literal extends AnnotationLiteral<FormAuthenticationMe
private static final long serialVersionUID = 1L;

/**
* Instance of the {@link FormAuthenticationMechanisms} qualifier.
* Instance of the {@link FormAuthenticationMechanism} qualifier.
*/
public static final Literal INSTANCE = new Literal();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ public static final class Literal extends AnnotationLiteral<OpenIdAuthentication
private static final long serialVersionUID = 1L;

/**
* Instance of the {@link OpenIdAuthenticationMechanisms} qualifier.
* Instance of the {@link OpenIdAuthenticationMechanism} qualifier.
*/
public static final Literal INSTANCE = new Literal();
}
Expand Down

0 comments on commit 8f4f61c

Please sign in to comment.