classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: patch to 1.4 for java.lang.StringBuffer


From: Tom Tromey
Subject: Re: patch to 1.4 for java.lang.StringBuffer
Date: 24 Aug 2001 15:32:04 -0600

>>>>> "Isaac" == Isaac Jones <address@hidden> writes:

Isaac>  * java/lang/StringBuffer.java: Updated to JDK 1.4 beta.  The
Isaac>  "extends Object" was added for compatibility with the JDK 1.4
Isaac>  (Beta) API.

Every class that doesn't extend anything else implicitly extends
Object.  So there's no need to do this.

Tom



reply via email to

[Prev in Thread] Current Thread [Next in Thread]