Update of
/var/cvs/contributions/CMSContainer_Modules/community/src/java/com/finalist/cmsc/community/taglib
In directory james.mmbase.org:/tmp/cvs-serv18890/community/taglib
Modified Files:
CommunityTagSupport.java ListGroupsTag.java ListUsersTag.java
Log Message:
CMSC-899,Check and improve all lists according to guideline,delete tab character
See also:
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/community/src/java/com/finalist/cmsc/community/taglib
See also: http://www.mmbase.org/jira/browse/CMSC-899
Index: CommunityTagSupport.java
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Modules/community/src/java/com/finalist/cmsc/community/taglib/CommunityTagSupport.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- CommunityTagSupport.java 12 Apr 2008 14:26:31 -0000 1.3
+++ CommunityTagSupport.java 23 Sep 2008 07:12:57 -0000 1.4
@@ -72,8 +72,10 @@
}
/**
- * @throws JspException If something goes wrong when writing to the page
- * @throws IOException If something goes wrong when writing to the page
+ * @throws JspException
+ * If something goes wrong when writing to the page
+ * @throws IOException
+ * If something goes wrong when writing to the page
*/
protected abstract void doTagLogic() throws JspException, IOException;
}
\ No newline at end of file
Index: ListGroupsTag.java
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Modules/community/src/java/com/finalist/cmsc/community/taglib/ListGroupsTag.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- ListGroupsTag.java 12 Apr 2008 14:26:31 -0000 1.3
+++ ListGroupsTag.java 23 Sep 2008 07:12:57 -0000 1.4
@@ -20,7 +20,7 @@
HttpServletRequest req = (HttpServletRequest) ctx.getRequest();
AuthorityService as = getAuthorityService();
- Set<String> list = as.getAuthorityNames();
+ Set < String > list = as.getAuthorityNames();
if (var != null) {
if (list != null) {
Index: ListUsersTag.java
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Modules/community/src/java/com/finalist/cmsc/community/taglib/ListUsersTag.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- ListUsersTag.java 12 Apr 2008 14:26:31 -0000 1.4
+++ ListUsersTag.java 23 Sep 2008 07:12:57 -0000 1.5
@@ -22,7 +22,7 @@
HttpServletRequest req = (HttpServletRequest) ctx.getRequest();
AuthenticationService as = getAuthenticationService();
- List<Authentication> list = as.findAuthentications();
+ List < Authentication > list = as.findAuthentications();
if (var != null) {
if (list != null) {
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs