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 ta...@apache.org on 2006/01/28 01:26:11 UTC

svn commit: r373043 - /portals/jetspeed-2/trunk/components/portal/src/java/org/apache/jetspeed/profiler/impl/ProfilerValveImpl.java

Author: taylor
Date: Fri Jan 27 16:26:08 2006
New Revision: 373043

URL: http://svn.apache.org/viewcvs?rev=373043&view=rev
Log:
a little backward compat, could break existing builds otherwise

Modified:
    portals/jetspeed-2/trunk/components/portal/src/java/org/apache/jetspeed/profiler/impl/ProfilerValveImpl.java

Modified: portals/jetspeed-2/trunk/components/portal/src/java/org/apache/jetspeed/profiler/impl/ProfilerValveImpl.java
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/components/portal/src/java/org/apache/jetspeed/profiler/impl/ProfilerValveImpl.java?rev=373043&r1=373042&r2=373043&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/components/portal/src/java/org/apache/jetspeed/profiler/impl/ProfilerValveImpl.java (original)
+++ portals/jetspeed-2/trunk/components/portal/src/java/org/apache/jetspeed/profiler/impl/ProfilerValveImpl.java Fri Jan 27 16:26:08 2006
@@ -104,7 +104,12 @@
         this.pageManager = pageManager;
         this.requestFallback = requestFallback;
     }
-     
+
+    public ProfilerValveImpl( Profiler profiler, PortalSite portalSite, PageManager pageManager)
+    {
+        this(profiler, portalSite, pageManager, true);
+    }
+    
     /*
      * (non-Javadoc)
      * 



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