Fixed typo

This commit is contained in:
Lukas Eder 2012-10-26 12:24:02 +02:00
parent de869d94de
commit b4bcb8e85a

View File

@ -1538,7 +1538,7 @@ public interface Record extends FieldProvider, Store<Object> {
* instance.
*
* @param <E> The generic entity type.
* @param type The entity type.
* @param object The receiving bean.
* @throws MappingException wrapping any reflection exception that might
* have occurred while mapping records
* @throws NullPointerException if <code>object</code> is <code>null</code>