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

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


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


Index: EcardPortlet.java
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-ecard/src/java/com/finalist/portlets/ecard/EcardPortlet.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- EcardPortlet.java   28 Jan 2008 21:15:31 -0000      1.7
+++ EcardPortlet.java   12 Apr 2008 14:25:37 -0000      1.8
@@ -68,7 +68,7 @@
    protected static final String DEFAULT_EMAILREGEX = 
"^([a-zA-Z0-9_.-])+@(([a-zA-Z0-9-])+.)+([a-zA-Z0-9]{2,4})+$";
 
 
-   public void processView(ActionRequest request, ActionResponse response) 
throws PortletException, IOException {
+   public void processView(ActionRequest request, ActionResponse response) {
       Map<String, String> errorMessages = new HashMap<String, String>();
       Map<String, String> parameterMap = new HashMap<String, String>();
       // elementId represents the image number
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to