Commit eee1b1a9 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #19492 from gZack

* pr/19492:
  Fix typo in BindHandler#onFinish javadoc

Closes gh-19492
parents 4f237ccd f005fffb
...@@ -78,7 +78,7 @@ public interface BindHandler { ...@@ -78,7 +78,7 @@ public interface BindHandler {
/** /**
* Called when binding finishes with either bound or unbound result. This method will * Called when binding finishes with either bound or unbound result. This method will
* not be called when binding failed, even if a handler rurns a result from * not be called when binding failed, even if a handler returns a result from
* {@link #onFailure}. * {@link #onFailure}.
* @param name the name of the element being bound * @param name the name of the element being bound
* @param target the item being bound * @param target the item being bound
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment