Update of /cvsroot/opencoe/coekernel/src/UAM/src/UAM/java/org/opencoe/coe/uam
In directory sc8-pr-cvs1:/tmp/cvs-serv4285/UAM/java/org/opencoe/coe/uam
Modified Files:
UAM_EditUser.java
Log Message:
20031017:rb:821278 Parent/Default Profile assigned to user
Index: UAM_EditUser.java
===================================================================
RCS file: /cvsroot/opencoe/coekernel/src/UAM/src/UAM/java/org/opencoe/coe/uam/UAM_EditUser.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** UAM_EditUser.java 21 Jun 2002 22:43:57 -0000 1.4
--- UAM_EditUser.java 18 Oct 2003 03:53:12 -0000 1.5
***************
*** 1,30 ****
/**
! * Copyright (C) 2002, Federal Linux Systems
! *
! * The project home for this software is http://www.opencoe.org
! *
! * This segment is free software; you can redistribute it and/or
! * modify it under the terms of the GNU Lesser General Public
! * License as published by the Free Software Foundation; either
! * version 2.1 of the License, or (at your option) any later version.
! *
[...1890 lines suppressed...]
! /*
! * command exec variables
! */
! private String cmd;
private String str;
private String username;
***************
*** 882,886 ****
private java.util.ArrayList tmp;
! // End of variables declaration
}
--- 1032,1037 ----
private java.util.ArrayList tmp;
! // End of variables declaration
}
+
|