Polish
This commit is contained in:
@@ -22,6 +22,7 @@ import java.util.Map;
|
||||
/**
|
||||
* A pojo with a complex generic signature.
|
||||
*
|
||||
* @param <T> the generic type
|
||||
* @author Stephane Nicoll
|
||||
*/
|
||||
public class UpperBoundGenericPojo<T extends Enum<T>> {
|
||||
|
||||
Reference in New Issue
Block a user