/[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.21 by jfrijters, Mon Sep 5 07:11:24 2005 UTC revision 1.22 by jfrijters, Fri Sep 9 12:14:08 2005 UTC
# Line 617  public class Proxy implements Serializab Line 617  public class Proxy implements Serializab
617       * The package this class is in <b>including the trailing dot</b>       * The package this class is in <b>including the trailing dot</b>
618       * or an empty string for the unnamed (aka default) package.       * or an empty string for the unnamed (aka default) package.
619       */       */
620      String pack;      String pack = "";
621    
622      /**      /**
623       * The interfaces this class implements.  Non-null, but possibly empty.       * The interfaces this class implements.  Non-null, but possibly empty.

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

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