mirror of
https://github.com/stleary/JSON-java.git
synced 2025-10-02 15:08:19 -04:00
initial commit
This commit is contained in:
@@ -391,7 +391,7 @@ public class JSONWriter {
|
|||||||
* @throws JSONException If the number is not finite.
|
* @throws JSONException If the number is not finite.
|
||||||
*/
|
*/
|
||||||
public JSONWriter value(double d) throws JSONException {
|
public JSONWriter value(double d) throws JSONException {
|
||||||
return this.value(new Double(d));
|
return this.value(Double.valueOf(d));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user