Skip to content

Commit

Permalink
Typo fix in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
shan_man committed Oct 16, 2008
1 parent 5f18834 commit 55b5ae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions beansbinding/src/org/jdesktop/beansbinding/Binding.java
Original file line number Diff line number Diff line change
Expand Up @@ -874,13 +874,13 @@ public final ValueResult<TV> getSourceValueForTarget() {
* If a converter throws a {@code RuntimeException} other than
* {@code ClassCastException}, this method returns a
* {@code ValueResult} containing the failure, with failure type
* {@code SyncFailureType.CONVERSION_FAILURE}.
* {@code SyncFailureType.CONVERSION_FAILED}.
* <p>
* As the last step, the {@code Binding's Validator}, if any, is called
* upon to validate the final value. If the {@code Validator}
* returns {@code non-null} from its {@code validate} method,
* a {@code ValueResult} is returned containing the validation
* result, with failure type {@code SyncFailureType.VALIDATION_FAILURE}.
* result, with failure type {@code SyncFailureType.VALIDATION_FAILED}.
* Otherwise a {@code ValueResult} is returned containing the
* final validated value.
* <p>
Expand Down

0 comments on commit 55b5ae0

Please sign in to comment.