cziegeler 2004/02/10 00:42:45
Modified: src/blocks/portal/java/org/apache/cocoon/portal/pluto/test
TestPortlet.java
Log:
Remove debug msgs
Revision Changes Path
1.2 +4 -3
cocoon-2.1/src/blocks/portal/java/org/apache/cocoon/portal/pluto/test/TestPortlet.java
Index: TestPortlet.java
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/portal/java/org/apache/cocoon/portal/pluto/test/TestPortlet.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- TestPortlet.java 27 Jan 2004 08:05:35 -0000 1.1
+++ TestPortlet.java 10 Feb 2004 08:42:45 -0000 1.2
@@ -69,14 +69,14 @@
* @see javax.portlet.Portlet#destroy()
*/
public void destroy() {
- System.out.println("Destroying TestPortlet");
+ // nothing to do
}
/* (non-Javadoc)
* @see javax.portlet.Portlet#init(javax.portlet.PortletConfig)
*/
public void init(PortletConfig config) throws PortletException {
- System.out.println("Initializing TestPortlet");
+ // nothing to do
}
/* (non-Javadoc)
@@ -84,6 +84,7 @@
*/
public void processAction(ActionRequest req, ActionResponse res)
throws PortletException, IOException {
+ // nothing to do
}
/* (non-Javadoc)