Update of
/var/cvs/contributions/CMSContainer_Portlets/portlets-guestbook/src/java/com/finalist/portlets/guestbook
In directory
james.mmbase.org:/tmp/cvs-serv25081/portlets-guestbook/src/java/com/finalist/portlets/guestbook
Modified Files:
GuestBookPortlet.java
Log Message:
CMSC-852 Cleanup java files
See also:
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-guestbook/src/java/com/finalist/portlets/guestbook
See also: http://www.mmbase.org/jira/browse/CMSC-852
Index: GuestBookPortlet.java
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Portlets/portlets-guestbook/src/java/com/finalist/portlets/guestbook/GuestBookPortlet.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- GuestBookPortlet.java 21 Dec 2007 09:06:04 -0000 1.5
+++ GuestBookPortlet.java 12 Apr 2008 14:25:37 -0000 1.6
@@ -36,15 +36,12 @@
import com.finalist.captcha.CaptchaServiceSingleton;
import com.finalist.cmsc.mmbase.PropertiesUtil;
import com.finalist.cmsc.portlets.ContentPortlet;
-import com.finalist.pluto.portalImpl.core.CmscPortletMode;
import com.octo.captcha.service.CaptchaServiceException;
public class GuestBookPortlet extends ContentPortlet {
private static final Log log = LogFactory.getLog(GuestBookPortlet.class);
- protected static final String ACTION_PARAM = "action";
- protected static final String CONTENTELEMENT = "contentelement";
private static final String TITLE_FIELD = "title";
private static final String NAME_FIELD = "name";
private static final String EMAIL_FIELD = "email";
@@ -54,7 +51,7 @@
/** name of the parameter that defines the mode the view is displayed in */
- public void processView(ActionRequest request, ActionResponse response)
throws PortletException, IOException {
+ public void processView(ActionRequest request, ActionResponse response) {
String action = request.getParameter(ACTION_PARAM);
log.debug("Action: " + action);
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs