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