[bv-dev] Typo in BV 1.1 Spec (§5.1.2)

Gunnar Morling gunnar at hibernate.org
Sun Dec 23 13:02:54 EST 2012


2012/12/23 Antonio Goncalves <antonio.mailing at gmail.com>

> Hi,
>
> I don't know what's the best place to give some feedback on BV 1.1 spec.
> I'm using this ML but let me know if it's the appropriate media.
>

Sending a mail to this list is perfect, in particular for suggestions or
things that need discussion. For bug fixes etc. you can also create an
issue in our JIRA tracker (https://hibernate.onjira.com/browse/BVAL).


>
> I was playing with Method/Constructor validation and found this typo in
> §5.1.2. Methods for validating method and constructor constraints :
>
> Method<OrderService> placeOrder = ... ; //get method object
>
>
> Method doesn't have generics (Constructor has). So the code should just be
> :
>
> Method placeOrder = ... ; //get method object
>
> Thanks, fixed it (see http://beanvalidation.org/latest-draft/spec/#d0e4385
).

--Gunnar



>
> --
> Antonio Goncalves
> Software architect and Java Champion
>
> Web site <http://www.antoniogoncalves.org/> | Twitter<http://twitter.com/agoncal>
>  | LinkedIn <http://www.linkedin.com/in/agoncal> | Paris JUG<http://www.parisjug.org/>
>  | Devoxx France <http://www.devoxx.fr/>
>
> _______________________________________________
> beanvalidation-dev mailing list
> beanvalidation-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/beanvalidation-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/beanvalidation-dev/attachments/20121223/bf5fff1e/attachment.html 


More information about the beanvalidation-dev mailing list