Changeset 4418


Ignore:
Timestamp:
Feb 21, 2013, 9:19:32 AM (10 years ago)
Author:
olle
Message:

Refs #327. Class/file core/data/ParameterValueData.java in api/core/ updated with @SafeVarargs java annotation before definition of constructor ParameterValueData(T... values). This will suppress warnings of type "warning: [unchecked] Possible heap pollution from parameterized vararg type T" in Java 7. This java annotation was chosen since it has been added to the code in later versions of the BASE project (http://base.thep.lu.se), from which this file was taken.

File:
1 edited

Legend:

Unmodified
Added
Removed
Note: See TracChangeset for help on using the changeset viewer.