/[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.20 by mkoch, Fri Oct 15 07:44:17 2004 UTC revision 1.21 by mkoch, Sat Apr 16 09:19:54 2005 UTC
# Line 1  Line 1 
1  /* java.lang.Object - The universal superclass in Java  /* java.lang.Object - The universal superclass in Java
2     Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004     Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2005
3     Free Software Foundation, Inc.     Free Software Foundation, Inc.
4    
5  This file is part of GNU Classpath.  This file is part of GNU Classpath.
# 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 Class getClass()
330      {
331        return VMObject.getClass(this);
332      }
333    
334    /**    /**
335     * 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.20  
changed lines
  Added in v.1.21

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