Skip to content

Commit

Permalink
#161 fix build
Browse files Browse the repository at this point in the history
Signed-off-by: Emily Jiang <emijiang6@googlemail.com>
  • Loading branch information
Emily-Jiang committed Jul 5, 2017
1 parent e9c85d1 commit 3d6a227
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -84,7 +84,10 @@ public interface ConfigBuilder {

/**
* Add the specified {@link Converter}.
* This method uses reflection to determine what type the converter is for. Custom converters should not be created as a lambda expression, as labmda expressions do not offer enough type information to the reflection API. Explicit implementation of a Converter interface is required for a custom converter.
* This method uses reflection to determine what type the converter is for.
* Custom converters should not be created as a lambda expression,
* as lambda expressions do not offer enough type information to the reflection API.
* Explicit implementation of a Converter interface is required for a custom converter.
*
* @param converters the converters
* @return the ConfigBuilder with the added converters
Expand Down

0 comments on commit 3d6a227

Please sign in to comment.