Skip to content

Commit

Permalink
fix typo in javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Scott Brown committed Mar 18, 2014
1 parent 5463c2f commit bdff9e9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ public static <T> void bindToCollection(final Class<T> targetType, final Collect
* @param object The object to bind to
* @param source The source object
* @param include The list of properties to include
* @param exclude The list of properties to exclud
* @param exclude The list of properties to exclude
* @param filter The prefix to filter by
*
* @return A BindingResult or null if it wasn't successful
Expand All @@ -216,7 +216,7 @@ public static BindingResult bindObjectToInstance(Object object, Object source, L
* @param object The object to bind to
* @param source The source object
* @param include The list of properties to include
* @param exclude The list of properties to exclud
* @param exclude The list of properties to exclude
* @param filter The prefix to filter by
*
* @see org.codehaus.groovy.grails.commons.GrailsDomainClass
Expand Down

0 comments on commit bdff9e9

Please sign in to comment.