Skip to content

Commit

Permalink
Fix method comment for getRequiredProperty(String)
Browse files Browse the repository at this point in the history
  • Loading branch information
kryger authored and snicoll committed Jun 11, 2014
1 parent 9ba9f56 commit 0dc52a8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ public interface PropertyResolver {
<T> Class<T> getPropertyAsClass(String key, Class<T> targetType);

/**
* Return the property value associated with the given key, converted to the given
* targetType (never {@code null}).
* Return the property value associated with the given key (never {@code null}).
* @throws IllegalStateException if the key cannot be resolved
* @see #getRequiredProperty(String, Class)
*/
Expand Down

0 comments on commit 0dc52a8

Please sign in to comment.