[exo-jcr-commits] exo-jcr SVN: r4999 - jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/statistics.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Sep 29 02:52:50 EDT 2011


Author: sergiykarpenko
Date: 2011-09-29 02:52:50 -0400 (Thu, 29 Sep 2011)
New Revision: 4999

Modified:
   jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/statistics/StatisticsJDBCStorageConnection.java
Log:
EXOJCR-1543: statistics - method name misprint fixed

Modified: jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/statistics/StatisticsJDBCStorageConnection.java
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/statistics/StatisticsJDBCStorageConnection.java	2011-09-28 12:53:33 UTC (rev 4998)
+++ jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/statistics/StatisticsJDBCStorageConnection.java	2011-09-29 06:52:50 UTC (rev 4999)
@@ -130,7 +130,7 @@
     */
    private static final String GET_CHILD_NODES_DATA_DESCR = "getChildNodesData";
 
-   private static final String GET_CHILD_NODES_DATA_PATTERN_DESCR = "getChildNodesData";
+   private static final String GET_CHILD_NODES_DATA_PATTERN_DESCR = "getChildNodesDataPattern";
 
    /**
     * The description of the statistics corresponding to the method 



More information about the exo-jcr-commits mailing list