[hibernate-commits] Hibernate SVN: r17623 - beanvalidation/api/trunk/src/main/java/javax/validation/metadata.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Oct 5 10:39:55 EDT 2009


Author: epbernard
Date: 2009-10-05 10:39:55 -0400 (Mon, 05 Oct 2009)
New Revision: 17623

Modified:
   beanvalidation/api/trunk/src/main/java/javax/validation/metadata/Scope.java
Log:
Enhance JavaDoc

Modified: beanvalidation/api/trunk/src/main/java/javax/validation/metadata/Scope.java
===================================================================
--- beanvalidation/api/trunk/src/main/java/javax/validation/metadata/Scope.java	2009-10-05 14:23:55 UTC (rev 17622)
+++ beanvalidation/api/trunk/src/main/java/javax/validation/metadata/Scope.java	2009-10-05 14:39:55 UTC (rev 17623)
@@ -18,12 +18,14 @@
 package javax.validation.metadata;
 
 /**
-	 * Scope looked at when discovering constraints
+ * Scope looked at when discovering constraints
+ *
+ * @author Emmanuel Bernard
  */
 public enum Scope {
 	/**
-	 * Look for constraints declared on the class-level element
-	 * and ingnore inheritance and elements with the same name in
+	 * Look for constraints declared on the current class element
+	 * and ignore inheritance and elements with the same name in
 	 * the class hierarchy.
 	 */
 	LOCAL_ELEMENT,



More information about the hibernate-commits mailing list