You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by wo...@apache.org on 2007/10/02 17:54:49 UTC

svn commit: r581287 - /portals/jetspeed-2/branches/JETSPEED-2.1.3/commons/src/java/org/apache/jetspeed/portlet/PortletObjectProxy.java

Author: woonsan
Date: Tue Oct  2 08:54:48 2007
New Revision: 581287

URL: http://svn.apache.org/viewvc?rev=581287&view=rev
Log:
Removed System.out.println() code line which was just for my debugging.

Modified:
    portals/jetspeed-2/branches/JETSPEED-2.1.3/commons/src/java/org/apache/jetspeed/portlet/PortletObjectProxy.java

Modified: portals/jetspeed-2/branches/JETSPEED-2.1.3/commons/src/java/org/apache/jetspeed/portlet/PortletObjectProxy.java
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/JETSPEED-2.1.3/commons/src/java/org/apache/jetspeed/portlet/PortletObjectProxy.java?rev=581287&r1=581286&r2=581287&view=diff
==============================================================================
--- portals/jetspeed-2/branches/JETSPEED-2.1.3/commons/src/java/org/apache/jetspeed/portlet/PortletObjectProxy.java (original)
+++ portals/jetspeed-2/branches/JETSPEED-2.1.3/commons/src/java/org/apache/jetspeed/portlet/PortletObjectProxy.java Tue Oct  2 08:54:48 2007
@@ -98,10 +98,6 @@
             {
             }
         }
-        else
-        {
-            System.out.println("!!!!! not generic portlet: " + this.portletObject);
-        }
     }
 
     public Object invoke(Object proxy, Method method, Object[] args) throws Throwable



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org