*** 248,257 **** --- 248,258 ---- /** * Returns this object's numeric value. * * @return this object's numeric value. */ + @SuppressWarnings("deprecation") @Override public double toNumber() { return Double.NaN; } }