This is an automated email from the ASF dual-hosted git repository.
rmannibucau pushed a commit to tag 0.5
in repository https://gitbox.apache.org/repos/asf/bval.git
commit 80460c81326aa72609d9e1285c1bc78845f662e6
Author: mbenson <mbenson@13f79535-47bb-0310-9956-ffa450edef68>
AuthorDate: Sun Sep 16 17:21:07 2012 +0000
no keywords
git-svn-id: http://svn.apache.org/repos/asf/bval/trunk@1385322
13f79535-47bb-0310-9956-ffa450edef68
---
.../src/main/java/org/apache/bval/jsr303/AnnotationProcessor.java | 2 --
1 file changed, 2 deletions(-)
diff --git
a/bval-jsr303/src/main/java/org/apache/bval/jsr303/AnnotationProcessor.java
b/bval-jsr303/src/main/java/org/apache/bval/jsr303/AnnotationProcessor.java
index 8f5ec34..c6101b5 100644
--- a/bval-jsr303/src/main/java/org/apache/bval/jsr303/AnnotationProcessor.java
+++ b/bval-jsr303/src/main/java/org/apache/bval/jsr303/AnnotationProcessor.java
@@ -51,8 +51,6 @@ import org.apache.commons.lang3.reflect.TypeUtils;
* Description: implements uniform handling of JSR303 {@link Constraint}
* annotations, including composed constraints and the resolution of
* {@link ConstraintValidator} implementations.
- *
- * @version $Rev: 996992 $ $Date: 2010-09-14 12:05:40 -0500 (Tue, 14 Sep 2010)
$
*/
public final class AnnotationProcessor {
/** {@link ApacheFactoryContext} used */