/[classpath]/classpath/java/lang/Double.java
ViewVC logotype

Diff of /classpath/java/lang/Double.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.24 by mark, Sun Nov 11 16:07:09 2001 UTC revision 1.25 by cbj, Wed Nov 14 13:26:49 2001 UTC
# Line 504  public final class Double extends Number Line 504  public final class Double extends Number
504     * @see #NEGATIVE_INFINITY     * @see #NEGATIVE_INFINITY
505     * @since 1.2     * @since 1.2
506     */     */
507    public static double parseDouble (String s) throws NumberFormatException    public static native double parseDouble (String s)
   {  
     String t = s.trim ();  
       return parseDouble0 (t);  
   }  
   
   private static native double parseDouble0 (String s)  
508      throws NumberFormatException;      throws NumberFormatException;
509    
510    /**    /**

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26