This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Float.java parseFloat addition patch


>>>>> "Edgar" == Edgar Villanueva <edgar@villanueva.com> writes:

Edgar> This function was missing.

Thanks.  I'll probably check this in a bit later.

Edgar> diff -r1.5 Float.java
Edgar> 170a171,176
>> 
>> public static float parseFloat (String s) throws
>> NumberFormatException
>> {
>> return valueOf (s).floatValue ();
>> }
>> 

Some notes: please use `diff -u' or `diff -c'.  Please submit a
ChangeLog entry.  Please make sure that lines don't get mangled by
your mailer (in this case `NumberFormatException' seems to have been
line wrapped).

For a complete set of patch submission guidelines look here:

    http://gcc.gnu.org/java/contrib.html

I don't particularly relish being nit-picky about this sort of thing,
but it really does make it easier for me to handle patches.

Tom

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]