You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by dl...@apache.org on 2004/05/07 15:41:46 UTC

cvs commit: jakarta-jetspeed-2/components/registry/src/java/org/apache/jetspeed/om/impl UserAttributeImpl.java

dlestrat    2004/05/07 06:41:46

  Modified:    components/registry/src/java/org/apache/jetspeed/om/impl
                        UserAttributeImpl.java
  Log:
  PLT 17: Fixes in loading user-attributes.
  
  Revision  Changes    Path
  1.2       +3 -0      jakarta-jetspeed-2/components/registry/src/java/org/apache/jetspeed/om/impl/UserAttributeImpl.java
  
  Index: UserAttributeImpl.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/components/registry/src/java/org/apache/jetspeed/om/impl/UserAttributeImpl.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- UserAttributeImpl.java	25 Apr 2004 16:31:54 -0000	1.1
  +++ UserAttributeImpl.java	7 May 2004 13:41:46 -0000	1.2
  @@ -24,6 +24,9 @@
   public class UserAttributeImpl implements UserAttribute
   {
   
  +    /** The application id. */
  +    protected long appId;
  +    
       /**
        * <p>Default constructor.</p>
        */
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org