Actions
Bug #3091
closedWarnings building org.nddp.DataTypes
Start date:
01/22/2008
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3091
Description
Building Kepler yields two warnings with the message, "non-varargs call of varargs method with inexact argument type for last parameter". The offending code is in org.nddp.DataTypes.
I will try to fix this tomorrow, 1/23/2008.
Updated by Timothy McPhillips almost 17 years ago
I added two type-casts suggested by the compiler, and this eliminated the warnings.
Actions