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 dl...@apache.org on 2005/11/12 22:24:37 UTC

svn commit: r332839 - /portals/jetspeed-2/trunk/components/statistics/src/java/org/apache/jetspeed/statistics/impl/PortalStatisticsImpl.java

Author: dlestrat
Date: Sat Nov 12 13:24:35 2005
New Revision: 332839

URL: http://svn.apache.org/viewcvs?rev=332839&view=rev
Log:
Added an empty constructor for TestRenderer to pass.

Modified:
    portals/jetspeed-2/trunk/components/statistics/src/java/org/apache/jetspeed/statistics/impl/PortalStatisticsImpl.java

Modified: portals/jetspeed-2/trunk/components/statistics/src/java/org/apache/jetspeed/statistics/impl/PortalStatisticsImpl.java
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/components/statistics/src/java/org/apache/jetspeed/statistics/impl/PortalStatisticsImpl.java?rev=332839&r1=332838&r2=332839&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/components/statistics/src/java/org/apache/jetspeed/statistics/impl/PortalStatisticsImpl.java (original)
+++ portals/jetspeed-2/trunk/components/statistics/src/java/org/apache/jetspeed/statistics/impl/PortalStatisticsImpl.java Sat Nov 12 13:24:35 2005
@@ -140,6 +140,15 @@
     /* date formatter */
     protected SimpleDateFormat formatter = null;
 
+    /**
+     * <p>
+     * Default constructor.
+     * </p>
+     */
+    public PortalStatisticsImpl()
+    {
+    }
+    
     public PortalStatisticsImpl(boolean logToCLF, boolean logToDatabase,
             int maxRecordToFlush_Portal, int maxRecordToFlush_User,
             int maxRecordToFlush_Page, long maxTimeMsToFlush_Portal,



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