#1778 - Fix typo in Javadoc.

This commit is contained in:
Jan Nielsen
2023-03-17 12:12:06 +01:00
committed by Oliver Drotbohm
parent c241ac1514
commit dea312f9c1

View File

@@ -27,7 +27,7 @@ import org.springframework.util.Assert;
* Accessor to links pointing to controllers backing an entity type. The {@link IllegalArgumentException} potentially
* thrown by the declared methods will only appear if the {@code Plugin#supports(Class)} method has returned
* {@literal false} and the method has been invoked anyway, i.e. if {@code Plugin#supports(Class)} returns
* {@literal true} it's safe to invoke the interface methods an the exception will never be thrown.
* {@literal true} it's safe to invoke the interface methods and the exception will never be thrown.
*
* @author Oliver Gierke
*/