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

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

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

revision 1.11.2.1 by tromey, Fri Aug 27 00:05:03 2004 UTC revision 1.11.2.2 by tromey, Mon Nov 1 15:57:08 2004 UTC
# Line 259  public final class Constructor<T> Line 259  public final class Constructor<T>
259                                     int slot)                                     int slot)
260      throws InstantiationException, IllegalAccessException,      throws InstantiationException, IllegalAccessException,
261             InvocationTargetException;             InvocationTargetException;
262    
263      /** FIXME
264       * @since 1.5
265       */
266      public TypeVariable<?>[] getTypeParameters()
267      {
268        return new TypeVariable<?>[0];
269      }
270  }  }

Legend:
Removed from v.1.11.2.1  
changed lines
  Added in v.1.11.2.2

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