Merge pull request #544 from kryger/patch-1

* patch-2:
  Fix method comment for getRequiredProperty(String)
This commit is contained in:
Stephane Nicoll 2014-06-11 11:58:44 +02:00
commit 014ea963fe
1 changed files with 1 additions and 2 deletions

View File

@ -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)
*/