jford       2004/07/01 20:58:48

  Modified:    applications/pam/src/java/org/apache/jetspeed/portlets/pam
                        PortletApplicationBrowser.java
  Log:
  Cleaned up portlet
  
  Revision  Changes    Path
  1.4       +1 -11     
jakarta-jetspeed-2/applications/pam/src/java/org/apache/jetspeed/portlets/pam/PortletApplicationBrowser.java
  
  Index: PortletApplicationBrowser.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/applications/pam/src/java/org/apache/jetspeed/portlets/pam/PortletApplicationBrowser.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- PortletApplicationBrowser.java    30 Jun 2004 03:11:50 -0000      1.3
  +++ PortletApplicationBrowser.java    2 Jul 2004 03:58:48 -0000       1.4
  @@ -67,15 +67,6 @@
           if (registry != null)
           {
               List apps = registry.getPortletApplications();
  -            /*
  -            Iterator it = apps.iterator();
  -            while (it.hasNext())
  -            {
  -                MutablePortletApplication pa = (MutablePortletApplication)it.next();
  -                System.out.println("PA = " + pa.getName());                
  -            }
  -            */
  -            
               TreeControl control = (TreeControl) 
request.getPortletSession().getAttribute("j2_tree");
               if(control == null)
               {
  @@ -84,7 +75,6 @@
                request.getPortletSession().setAttribute("j2_tree", control);
               }
               request.setAttribute("j2_tree", control);
  -            request.setAttribute("apps", apps);            
           }        
           super.doView(request, response);
           
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to