You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2003/07/03 04:12:25 UTC

cvs commit: cocoon-2.0/src/java/org/apache/cocoon/components/profiler ProfilingCachingEventPipeline.java ProfilingNonCachingEventPipeline.java

vgritsenko    2003/07/02 19:12:25

  Modified:    src/java/org/apache/cocoon/components/profiler
                        ProfilingCachingEventPipeline.java
                        ProfilingNonCachingEventPipeline.java
  Log:
  Removed deprecated notification classes (deprecated 1.5 years ago)
  
  Revision  Changes    Path
  1.2       +1 -10     cocoon-2.0/src/java/org/apache/cocoon/components/profiler/ProfilingCachingEventPipeline.java
  
  Index: ProfilingCachingEventPipeline.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.0/src/java/org/apache/cocoon/components/profiler/ProfilingCachingEventPipeline.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ProfilingCachingEventPipeline.java	9 Mar 2003 00:02:23 -0000	1.1
  +++ ProfilingCachingEventPipeline.java	3 Jul 2003 02:12:25 -0000	1.2
  @@ -95,15 +95,6 @@
           this.manager = null;
       }
   
  -    public void setGenerator (String role, String source, Parameters param, Exception e)
  -    throws Exception {
  -        super.setGenerator(role, source, param, e);
  -
  -        if(this.data == null)
  -            this.data = new ProfilerData();
  -        this.data.setGenerator(super.generator, role, source);
  -    }
  -
       public void setGenerator (String role, String source, Parameters param)
       throws Exception {
           super.setGenerator(role, source, param);
  
  
  
  1.2       +1 -10     cocoon-2.0/src/java/org/apache/cocoon/components/profiler/ProfilingNonCachingEventPipeline.java
  
  Index: ProfilingNonCachingEventPipeline.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.0/src/java/org/apache/cocoon/components/profiler/ProfilingNonCachingEventPipeline.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ProfilingNonCachingEventPipeline.java	9 Mar 2003 00:02:23 -0000	1.1
  +++ ProfilingNonCachingEventPipeline.java	3 Jul 2003 02:12:25 -0000	1.2
  @@ -95,15 +95,6 @@
           this.manager = null;
       }
   
  -    public void setGenerator (String role, String source, Parameters param, Exception e)
  -    throws Exception {
  -        super.setGenerator(role, source, param, e);
  -
  -        if(this.data == null)
  -            this.data = new ProfilerData();
  -        this.data.setGenerator(super.generator, role, source);
  -    }
  -
       public void setGenerator (String role, String source, Parameters param)
       throws Exception {
           super.setGenerator(role, source, param);