Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-poll/src/java/com/finalist/portlets/poll
In directory 
james.mmbase.org:/tmp/cvs-serv25081/portlets-poll/src/java/com/finalist/portlets/poll

Modified Files:
        PollPortlet.java 
Log Message:
CMSC-852 Cleanup java files


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-poll/src/java/com/finalist/portlets/poll
See also: http://www.mmbase.org/jira/browse/CMSC-852


Index: PollPortlet.java
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-poll/src/java/com/finalist/portlets/poll/PollPortlet.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- PollPortlet.java    26 Nov 2007 11:42:55 -0000      1.3
+++ PollPortlet.java    12 Apr 2008 14:25:37 -0000      1.4
@@ -24,11 +24,7 @@
 
 public class PollPortlet extends ContentPortlet {
 
-   protected static final String ACTION_PARAM = "action";
-   protected static final String CONTENTELEMENT = "contentelement";
-
-
-   public void processView(ActionRequest request, ActionResponse response) 
throws PortletException, IOException {
+   public void processView(ActionRequest request, ActionResponse response) 
throws PortletException {
       String action = request.getParameter(ACTION_PARAM);
       if (action == null) {
          response.setPortletMode(CmscPortletMode.EDIT_DEFAULTS);
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to