[jboss-cvs] jboss-profiler/java/src/expansion/org/jboss/profiler/exp/agent/interceptor ...

Takuro Okada t2-okada at nri.co.jp
Tue Nov 21 01:21:10 EST 2006


  User: tokada  
  Date: 06/11/21 01:21:10

  Modified:    java/src/expansion/org/jboss/profiler/exp/agent/interceptor 
                        Tag: JBossProfiler_Expansion AopInterceptor.java
  Log:
  
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +0 -1      jboss-profiler/java/src/expansion/org/jboss/profiler/exp/agent/interceptor/Attic/AopInterceptor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AopInterceptor.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-profiler/java/src/expansion/org/jboss/profiler/exp/agent/interceptor/Attic/AopInterceptor.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -b -r1.1.2.1 -r1.1.2.2
  --- AopInterceptor.java	26 Oct 2006 08:58:57 -0000	1.1.2.1
  +++ AopInterceptor.java	21 Nov 2006 06:21:09 -0000	1.1.2.2
  @@ -162,7 +162,6 @@
           MetricCollector collector = factory.createCollector(category, null);
           retVal = invocation.invokeNext();
           factory.updateCollector(collector);
  -//        long threadId = Thread.currentThread().getId();
           long threadId = RequestSequence.get();
           if(async) {
               asyncExecutor.execute(new InvocationSubmissionWrapper(collector, invocation, threadId));
  
  
  



More information about the jboss-cvs-commits mailing list