fixed javadocs

This commit is contained in:
Timo Westkämper 2010-08-03 19:44:25 +00:00
parent 66b0406307
commit 62b035a74f
2 changed files with 0 additions and 4 deletions

View File

@ -15,8 +15,6 @@ import net.jcip.annotations.Immutable;
/**
* @author tiwe
*
* @param <T>
*/
@Immutable
public class SimpleType implements Type {

View File

@ -12,8 +12,6 @@ import javax.annotation.Nullable;
/**
* @author tiwe
*
* @param <T>
*/
public interface Type {