[cvs]
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/services/dbobj
RowGroupPerms.java
JCorporate Ltd
jcorp at jcorp2.servlets.net
Sun Jul 4 00:06:18 PDT 2004
Update of /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/services/dbobj
In directory jcorp2.servlets.net:/tmp/cvs-serv22084/expresso-web/WEB-INF/src/com/jcorporate/expresso/services/dbobj
Modified Files:
RowGroupPerms.java
Log Message:
add javadoc
Index: RowGroupPerms.java
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/services/dbobj/RowGroupPerms.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** RowGroupPerms.java 5 Apr 2004 21:01:58 -0000 1.6
--- RowGroupPerms.java 4 Jul 2004 07:06:16 -0000 1.7
***************
*** 101,105 ****
/**
! * field name for bits that make up permissions
*/
public static final String PERMISSIONS = "PERMISSIONS";
--- 101,106 ----
/**
! * field name for bits that make up permissions; perms stored in this table, ROW_GRP_PERMS, have bits for owner and other
! * which are unused. Conversely, perms stored in table ROW_PERMISSIONS have bits for group permissions that are unused.
*/
public static final String PERMISSIONS = "PERMISSIONS";
More information about the cvs
mailing list