You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2002/04/10 05:54:03 UTC

cvs commit: jakarta-commons/latka/src/java/org/apache/commons/latka AbstractReporter.java

dion        02/04/09 20:54:03

  Modified:    latka/src/java/org/apache/commons/latka
                        AbstractReporter.java
  Log:
  License file fix (testing Maven)
  
  Revision  Changes    Path
  1.14      +14 -10    jakarta-commons/latka/src/java/org/apache/commons/latka/AbstractReporter.java
  
  Index: AbstractReporter.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/latka/src/java/org/apache/commons/latka/AbstractReporter.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- AbstractReporter.java	29 Jan 2002 07:07:00 -0000	1.13
  +++ AbstractReporter.java	10 Apr 2002 03:54:03 -0000	1.14
  @@ -1,9 +1,13 @@
   /*
  + *
  + *
  + *
  + *
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -11,7 +15,7 @@
    * are met:
    *
    * 1. Redistributions of source code must retain the above copyright
  - *    notice, this list of conditions and the following disclaimer. 
  + *    notice, this list of conditions and the following disclaimer.
    *
    * 2. Redistributions in binary form must reproduce the above copyright
    *    notice, this list of conditions and the following disclaimer in
  @@ -19,15 +23,15 @@
    *    distribution.
    *
    * 3. The end-user documentation included with the redistribution, if
  - *    any, must include the following acknowlegement:  
  - *       "This product includes software developed by the 
  + *    any, must include the following acknowlegement:
  + *       "This product includes software developed by the
    *        Apache Software Foundation (http://www.apache.org/)."
    *    Alternately, this acknowlegement may appear in the software itself,
    *    if and wherever such third-party acknowlegements normally appear.
    *
  - * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
  + * 4. The names "The Jakarta Project", "Commons", and "Apache Software
    *    Foundation" must not be used to endorse or promote products derived
  - *    from this software without prior written permission. For written 
  + *    from this software without prior written permission. For written
    *    permission, please contact apache@apache.org.
    *
    * 5. Products derived from this software may not be called "Apache"
  @@ -56,7 +60,7 @@
    * [Additional notices, if required by prior licensing conditions]
    *
    */
  -   
  +
   package org.apache.commons.latka;
   
   import org.apache.commons.latka.event.LatkaEventInfo;
  @@ -79,7 +83,7 @@
    *
    * @author Rodney Waldhoff
    * @author Morgan Delagrange
  - * @version $Revision: 1.13 $
  + * @version $Revision: 1.14 $
    */
   public abstract class AbstractReporter implements LatkaEventInfo {
   
  @@ -87,7 +91,7 @@
        * maps the request to it's success or failure as a Boolean
        */
       protected Map _requestSucceeded = new HashMap();
  -  
  +
       /**
        * maps the session to it's success or failure as a Boolean
        */
  @@ -108,7 +112,7 @@
       /**
        * The log4J category used for processing log requests.
        */
  -    protected static final Category _log = 
  +    protected static final Category _log =
                                   Category.getInstance(AbstractReporter.class);
   
       /**
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>