Skip to content

Commit

Permalink
SEAMVALIDATE-21: Fixing typos
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarmorling committed Jun 27, 2011
1 parent ac25719 commit 53ce416
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -51,7 +51,7 @@
instances via dependency injection in any Java EE 6 container.</para>

<para>The Seam Validation module provides the same service for non-Java EE
environements such as for instance stand-alone web containers. Just
environments such as for instance stand-alone web containers. Just
annotate any field of type
<classname>javax.validation.ValidatorFactory</classname> with
<classname>@Inject</classname> to have the default validator factory
Expand Down Expand Up @@ -161,7 +161,7 @@ public class MyBean {
</example>

<para>Having configured the constraint validator factory you can inject
arbitrary CDI beans into you validator implementions. Listing <xref
arbitrary CDI beans into you validator implementations. Listing <xref
linkend="example-di-in-constraintvalidator" /> shows a
<classname>ConstraintValidator</classname> implementation for the
<classname>@Past</classname> constraint which uses an injected time
Expand Down

0 comments on commit 53ce416

Please sign in to comment.