[exo-jcr-commits] exo-jcr SVN: r5382 - jcr/trunk/exo.jcr.component.statistics/src/main/java/org/exoplatform/services/jcr/statistics.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Dec 29 03:37:37 EST 2011


Author: areshetnyak
Date: 2011-12-29 03:37:37 -0500 (Thu, 29 Dec 2011)
New Revision: 5382

Modified:
   jcr/trunk/exo.jcr.component.statistics/src/main/java/org/exoplatform/services/jcr/statistics/JCRAPIAspect.java
Log:
EXOJCR-1687 : Fix import  in JCR statistics  project.

Modified: jcr/trunk/exo.jcr.component.statistics/src/main/java/org/exoplatform/services/jcr/statistics/JCRAPIAspect.java
===================================================================
--- jcr/trunk/exo.jcr.component.statistics/src/main/java/org/exoplatform/services/jcr/statistics/JCRAPIAspect.java	2011-12-29 07:31:08 UTC (rev 5381)
+++ jcr/trunk/exo.jcr.component.statistics/src/main/java/org/exoplatform/services/jcr/statistics/JCRAPIAspect.java	2011-12-29 08:37:37 UTC (rev 5382)
@@ -32,6 +32,11 @@
  */
 package org.exoplatform.services.jcr.statistics;
 
+import org.aspectj.lang.JoinPoint;
+import org.aspectj.lang.annotation.After;
+import org.aspectj.lang.annotation.Aspect;
+import org.aspectj.lang.annotation.Before;
+import org.aspectj.lang.annotation.Pointcut;
 import org.exoplatform.container.ExoContainer;
 import org.exoplatform.container.ExoContainerContext;
 import org.exoplatform.services.log.ExoLogger;



More information about the exo-jcr-commits mailing list