/[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.15 by mkoch, Fri Oct 15 07:37:15 2004 UTC revision 1.16 by mkoch, Fri Oct 15 07:39:07 2004 UTC
# Line 723  public class Proxy implements Serializab Line 723  public class Proxy implements Serializab
723    private static final class ProxyData    private static final class ProxyData
724    {    {
725      /**      /**
726       * The package this class is in *including the trailing dot* or "" for       * The package this class is in <b>including the trailing dot</b>
727       * the unnamed (aka default) package.       * or an empty string for the unnamed (aka default) package.
728       */       */
729      String pack;      String pack;
730    
# Line 772  public class Proxy implements Serializab Line 772  public class Proxy implements Serializab
772      /**      /**
773       * Return the name of a package (including the trailing dot)       * Return the name of a package (including the trailing dot)
774       * given the name of a class.       * given the name of a class.
775       * Returns "" if no package.  We use this in preference to       * Returns an empty string if no package.  We use this in preference to
776       * using Class.getPackage() to avoid problems with ClassLoaders       * using Class.getPackage() to avoid problems with ClassLoaders
777       * that don't set the package.       * that don't set the package.
778       */       */

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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