/[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.3 by ericb, Sat Oct 20 03:14:28 2001 UTC revision 1.4 by ericb, Sat Oct 20 03:22:25 2001 UTC
# Line 181  extends AccessibleObject implements Memb Line 181  extends AccessibleObject implements Memb
181        }        }
182      sb.append(')');      sb.append(')');
183      c = getExceptionTypes();      c = getExceptionTypes();
184      if (e.length > 0)      if (c.length > 0)
185        {        {
186          sb.append(" throws ").append(c[0].getName());          sb.append(" throws ").append(c[0].getName());
187          for (int i = 1; i < c.length; i++)          for (int i = 1; i < c.length; i++)

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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