/[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.2 by tromey, Mon Nov 1 15:57:08 2004 UTC revision 1.11.2.3 by gnu_andrew, Mon Apr 4 23:34:35 2005 UTC
# Line 248  public final class Constructor<T> Line 248  public final class Constructor<T>
248     * @throws ExceptionInInitializerError if construction triggered class     * @throws ExceptionInInitializerError if construction triggered class
249     *         initialization, which then failed     *         initialization, which then failed
250     */     */
251    public T newInstance(Object args[])    public T newInstance(Object... args)
252      throws InstantiationException, IllegalAccessException,      throws InstantiationException, IllegalAccessException,
253             InvocationTargetException             InvocationTargetException
254    {    {

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

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