proyal      2003/02/28 15:48:51

  Modified:    fortress/src/java/org/apache/avalon/fortress/impl/handler
                        ProxyHelper.java
  Log:
  Revert back to package-level access so that clients will not be able to get
  the object behind the curtain
  
  Revision  Changes    Path
  1.4       +4 -1      
avalon-excalibur/fortress/src/java/org/apache/avalon/fortress/impl/handler/ProxyHelper.java
  
  Index: ProxyHelper.java
  ===================================================================
  RCS file: 
/home/cvs/avalon-excalibur/fortress/src/java/org/apache/avalon/fortress/impl/handler/ProxyHelper.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ProxyHelper.java  28 Feb 2003 16:16:41 -0000      1.3
  +++ ProxyHelper.java  28 Feb 2003 23:48:51 -0000      1.4
  @@ -79,10 +79,13 @@
   /**
    * Create a Component proxy.  Requires JDK 1.3+
    *
  + * This class is package-access on purpose so clients will not be able to get at 
the object
  + * that is behind the proxy
  + *
    * @author <a href="mailto:[EMAIL PROTECTED]">Berin Loritsch</a>
    * @author <a href="mailto:peter at apache.org">Peter Donald</a>
    */
  -public final class ProxyHelper
  +final class ProxyHelper
   {
       /**
        * The list interfaces that will not be proxied.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to