Add some JavaDoc to make CheckStyle happy

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1533417 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2013-10-18 12:24:09 +00:00
parent ec1f4d743c
commit 95f1f14b8e
1 changed files with 3 additions and 0 deletions

View File

@ -80,6 +80,9 @@ public abstract class TypeLiteral<T> implements Typed<T> {
private final String toString;
/**
* The default constructor.
*/
protected TypeLiteral() {
this.value =
Validate.notNull(TypeUtils.getTypeArguments(getClass(), TypeLiteral.class).get(T),