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

Diff of /classpath/java/lang/Object.java

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

revision 1.18 by mark, Fri Apr 30 19:05:03 2004 UTC revision 1.18.2.1 by tromey, Sat Aug 7 20:07:55 2004 UTC
# Line 326  public class Object Line 326  public class Object
326     *     *
327     * @return the class of this Object     * @return the class of this Object
328     */     */
329    public final native Class getClass();    public final native Class<? extends Object> getClass();
330    
331    /**    /**
332     * Wakes up one of the {@link Thread}s that has called     * Wakes up one of the {@link Thread}s that has called

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.18.2.1

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