/[classpath]/classpath/java/lang/reflect/Proxy.java
ViewVC logotype

Diff of /classpath/java/lang/reflect/Proxy.java

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

revision 1.4 by ericb, Fri Mar 22 21:25:20 2002 UTC revision 1.5 by mark, Thu Oct 10 12:52:47 2002 UTC
# Line 790  public class Proxy implements Serializab Line 790  public class Proxy implements Serializab
790                  in_package = true;                  in_package = true;
791                  data.pack = inter.getPackage();                  data.pack = inter.getPackage();
792                }                }
793            for (int j = i; j >= 0; j--)            for (int j = i-1; j >= 0; j--)
794              if (data.interfaces[j] == inter)              if (data.interfaces[j] == inter)
795                throw new IllegalArgumentException("duplicate interface: "                throw new IllegalArgumentException("duplicate interface: "
796                                                   + inter);                                                   + inter);

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

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