Skip to content

Commit

Permalink
#1778 - Fix typo in Javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
JanStureNielsen authored and odrotbohm committed Mar 17, 2023
1 parent c241ac1 commit dea312f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* 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
*/
Expand Down

0 comments on commit dea312f

Please sign in to comment.