Skip to content

Commit

Permalink
Fixed javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
gregw committed Aug 25, 2020
1 parent 7784be4 commit 4008385
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public CdiSpiDecorator(ServletContextHandler context) throws UnsupportedOperatio

/**
* Test if a class can be decorated.
* @implNote The default implementation calls {@link #isKnownUndecoratable(String) }
* The default implementation calls {@link #isKnownUndecoratable(String) }
* on the class and all it's super classes.
* @param clazz The class to check
* @return True if the class and all it's super classes can be decorated
Expand All @@ -113,7 +113,7 @@ protected boolean isDecoratable(Class<?> clazz)

/**
* Test if a specific class name is known to not be decoratable.
* @implNote default implementation checks for well known classes that are used to
* The default implementation checks for well known classes that are used to
* setup CDI itself, and thus cannot themselves be decorated.
* @see #isDecoratable(Class)
* @param className The name of the class to check
Expand Down

0 comments on commit 4008385

Please sign in to comment.