Skip to content

Commit

Permalink
fix spelling error in javadoc of ModelWrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-mauky committed Jun 10, 2015
1 parent 05a3d14 commit 766a9b3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ private <T, R extends Property<T>> R addIdentified(String fieldName, PropertyFie
}

/**
* This boolean flag indicates wether there is a difference of the data between
* This boolean flag indicates whether there is a difference of the data between
* the wrapped model object and the properties provided by this wrapper.
* <p>
* Note the difference to {@link #dirtyProperty()}:
Expand Down Expand Up @@ -914,7 +914,7 @@ public boolean isDifferent() {
}

/**
* This boolean flag indicates wether there was a change at least one wrapped property.
* This boolean flag indicates whether there was a change to at least one wrapped property.
* <p>
* Note the difference to {@link #differentProperty()}:
* This property will turn to <code>true</code> when the value of one of the wrapped properties is
Expand Down

0 comments on commit 766a9b3

Please sign in to comment.