Add missing svn keywords and JavaDoc tags

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1552665 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2013-12-20 13:43:53 +00:00
parent 870004b2ac
commit b9abc0ea17
1 changed files with 3 additions and 0 deletions

View File

@ -67,6 +67,9 @@
* <T> T obtain(Typed<T> typed, ...);
* </pre>
* </p>
*
* @version $Id$
* @since 3.2
*/
public abstract class TypeLiteral<T> implements Typed<T> {