natDouble.cc (parseDouble): Renamed from doubleValueOf.
* java/lang/natDouble.cc (parseDouble): Renamed from doubleValueOf. * java/lang/Double.java (parseDouble): Renamed from doubleValueOf. Now public. From-SVN: r34679
This commit is contained in:
parent
78cf8279ac
commit
cf036e712c
3 changed files with 11 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 1998, 1999 Free Software Foundation
|
||||
/* Copyright (C) 1998, 1999, 2000 Free Software Foundation
|
||||
|
||||
This file is part of libgcj.
|
||||
|
||||
|
@ -32,8 +32,8 @@ public final class Double extends Number
|
|||
|
||||
private double value;
|
||||
|
||||
private native static double doubleValueOf (String s)
|
||||
throws NumberFormatException;
|
||||
public native static double parseDouble (String s)
|
||||
throws NumberFormatException;
|
||||
|
||||
public Double (double v)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue