[bv-dev] Typo in BV 1.1 Spec (§5.1.2)
Antonio Goncalves
antonio.mailing at gmail.com
Sun Dec 23 12:28:55 EST 2012
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.
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
--
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/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/beanvalidation-dev/attachments/20121223/aa1331c7/attachment.html
More information about the beanvalidation-dev
mailing list