Author: gpetracek
Date: Fri Aug 29 17:14:41 2014
New Revision: 1621345
URL: http://svn.apache.org/r1621345
Log:
updated content
Modified:
deltaspike/site/trunk/content/bean-validation.mdtext
Modified: deltaspike/site/trunk/content/bean-validation.mdtext
URL:
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/bean-validation.mdtext?rev=1621345&r1=1621344&r2=1621345&view=diff
==============================================================================
--- deltaspike/site/trunk/content/bean-validation.mdtext (original)
+++ deltaspike/site/trunk/content/bean-validation.mdtext Fri Aug 29 17:14:41
2014
@@ -26,7 +26,7 @@ The main feature of the Bean Validation
## Scoping
-`ConstraintValidator`s will inherit whatever scope as defined in the bean
class. Inherently, a `ConstraintValidator` may be invoked by multiple threads
so please keep that in mind when using them. You should consider using at
least `RequestScoped` validators.
+`ConstraintValidator`s will inherit whatever scope as defined in the bean
class. Inherently, a `ConstraintValidator` may be invoked by multiple threads
so please keep that in mind when using them. You should consider using at
least `RequestScoped` validators.
## Code Requirements