Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhave committed Oct 13, 2018
1 parent 24a8461 commit 8f91bbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public interface ConfigurationPropertiesBindHandlerAdvisor {
/**
* Apply additional functionality to the source bind handler.
* @param bindHandler the source bind handler
* @return a replacement bind hander that delegates to the source and provides
* @return a replacement bind handler that delegates to the source and provides
* additional functionality
*/
BindHandler apply(BindHandler bindHandler);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public interface BindHandler {
* @param name the name of the element being bound
* @param target the item being bound
* @param context the bind context
* @return {@code true} if binding should proceed
* @return the actual item that should be used for binding (may be {@code null})
*/
default <T> Bindable<T> onStart(ConfigurationPropertyName name, Bindable<T> target,
BindContext context) {
Expand Down

0 comments on commit 8f91bbe

Please sign in to comment.