[Minor] fixed compile error due to wrong typing

This commit is contained in:
Robert von Burg 2013-10-24 21:57:17 +02:00
parent 98e7490164
commit 681bf88d96
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ import java.util.SortedSet;
* @param <T>
* the backing value of the timed value object
*/
public interface ITimeVariable<T extends IValue<?>> {
@SuppressWarnings("rawtypes")
public interface ITimeVariable<T extends IValue> {
/**
* set the value at a point in time to a given time value object