Skip to content

Commit

Permalink
BVAL-322 More executable and spi package fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelbernard committed Feb 20, 2013
1 parent edd1c5b commit c88f075
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -16,7 +16,7 @@
*/
/**
* Package related to the control and execution of executable validation.
* Use {@link javax.validation.ValidateExecutable} to control whether or
* Use {@link javax.validation.executable.ValidateExecutable} to control whether or
* not a (set of) constructors or methods are being validated.
*/
package javax.validation.executable;
2 changes: 1 addition & 1 deletion src/main/java/javax/validation/spi/ConfigurationState.java
Expand Up @@ -144,7 +144,7 @@ public interface ConfigurationState {
* Properties defined via:
* <ul>
* <li>{@link Configuration#addProperty(String, String)}</li>
* <li>{@link META-INF/validation.xml} provided that
* <li>{@code META-INF/validation.xml} provided that
* {@code ignoreXmlConfiguration}</li> is {@code false}.
* </ul>
* <p/>
Expand Down

0 comments on commit c88f075

Please sign in to comment.