This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=== modified file 'container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/ValidatorBuilder.java' | |
--- container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/ValidatorBuilder.java 2011-05-10 11:55:23 +0000 | |
+++ container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/ValidatorBuilder.java 2011-08-12 21:15:51 +0000 | |
@@ -97,6 +97,7 @@ | |
return factory; | |
} | |
+ @SuppressWarnings("unchecked") | |
private static Configuration<?> getConfig(ValidationInfo info) { | |
Configuration<?> target = null; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 |