epugh       2003/08/23 08:29:45

  Modified:    security/src/java/org/apache/fulcrum/security
                        UserManager.java
  Log:
  Refactored the packaging.  Now there is a a model/ directory where the model lives,
  and a spi/ where the various service providers live.  I think this will allow better
  mixing and matching of models and implementors.  Also makes the names clearer.
  
  Revision  Changes    Path
  1.2       +5 -1      
jakarta-turbine-fulcrum/security/src/java/org/apache/fulcrum/security/UserManager.java
  
  Index: UserManager.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-fulcrum/security/src/java/org/apache/fulcrum/security/UserManager.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- UserManager.java  23 Aug 2003 03:56:24 -0000      1.1
  +++ UserManager.java  23 Aug 2003 15:29:45 -0000      1.2
  @@ -243,4 +243,8 @@
          */
       public AccessControlList getACL(User user) throws UnknownEntityException;
       
  +     
  +
  +
  +    
   }
  
  
  

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

Reply via email to