Update of /cvsroot/roller/roller/src/org/roller/business/castor
In directory sc8-pr-cvs1:/tmp/cvs-serv891/src/org/roller/business/castor
Modified Files:
UserManagerImpl.java
Log Message:
couple comments
Index: UserManagerImpl.java
===================================================================
RCS file:
/cvsroot/roller/roller/src/org/roller/business/castor/UserManagerImpl.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** UserManagerImpl.java 11 Jan 2003 05:56:57 -0000 1.10
--- UserManagerImpl.java 25 Jan 2003 13:56:19 -0000 1.11
***************
*** 761,764 ****
--- 761,770 ----
* Add new user and use specified Roller export data file and Roller
* HTML page temaplge file to define the user and the user's default page.
+ *
+ * @param ud User object representing the new user.
+ * @param data Full filepath to XML (in Castor export format) data file
+ * of data for user
+ * @param theme Full filepath to main weblog page template to be used
+ * for user.
*/
public void addUser(UserData ud, String data, String theme)
-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
|