/[classpath]/classpath/vm/reference/java/lang/reflect/Method.java
ViewVC logotype

Diff of /classpath/vm/reference/java/lang/reflect/Method.java

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

revision 1.8 by mark, Fri Oct 25 23:02:26 2002 UTC revision 1.9 by jewel, Wed Dec 18 10:28:29 2002 UTC
# Line 170  extends AccessibleObject implements Memb Line 170  extends AccessibleObject implements Memb
170        // If a VM uses the Method class as their native/internal representation        // If a VM uses the Method class as their native/internal representation
171        // then just using the following would be optimal:        // then just using the following would be optimal:
172        //        //
173        // return return this == o;        // return this == o;
174        //        //
175        if (o == null)        if (o == null)
176          return false;          return false;

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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