emul/src/main/java/java/lang/Class.java
changeset 392 44a5802816be
parent 391 8cddb5d3e18f
child 397 2adac52f955e
     1.1 --- a/emul/src/main/java/java/lang/Class.java	Fri Dec 28 08:48:08 2012 +0100
     1.2 +++ b/emul/src/main/java/java/lang/Class.java	Fri Dec 28 12:35:32 2012 +0100
     1.3 @@ -641,7 +641,7 @@
     1.4       * @since JDK1.1
     1.5       */
     1.6      public Method[] getMethods() throws SecurityException {
     1.7 -        return MethodImpl.findMethods(this);
     1.8 +        return MethodImpl.findMethods(this, 0x01);
     1.9      }
    1.10  
    1.11      /**