You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by dg...@apache.org on 2003/03/06 04:24:25 UTC

cvs commit: jakarta-commons-sandbox/resources/src/java/org/apache/commons/resources Message.java Messages.java MessageList.java

dgraham     2003/03/05 19:24:25

  Modified:    resources/src/java/org/apache/commons/resources/impl
                        BasicMessageList.java BasicMessage.java
               resources/src/java/org/apache/commons/resources Message.java
                        Messages.java MessageList.java
  Log:
  Documentation changes only.
  
  Revision  Changes    Path
  1.3       +8 -10     jakarta-commons-sandbox/resources/src/java/org/apache/commons/resources/impl/BasicMessageList.java
  
  Index: BasicMessageList.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/resources/src/java/org/apache/commons/resources/impl/BasicMessageList.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- BasicMessageList.java	28 Feb 2003 02:50:22 -0000	1.2
  +++ BasicMessageList.java	6 Mar 2003 03:24:25 -0000	1.3
  @@ -7,7 +7,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999-2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -59,8 +59,6 @@
    *
    */
   
  -// ------------------------------------------------------------------------ 78
  -
   package org.apache.commons.resources.impl;
   
   import java.io.Serializable;
  @@ -152,12 +150,12 @@
       // See interface for JavaDoc
       public String getGlobalMessageKey() {
           return this.globalMessageKey;
  -    };
  +    }
   
       // See interface for JavaDoc
       public void setGlobalMessageKey(String globalMessageKey) {
           this.globalMessageKey = globalMessageKey;
  -    };
  +    }
   
       // See interface for JavaDoc
       public void add(String property, Message message) {
  @@ -336,4 +334,4 @@
   
       }
   
  -} // end BasicMessageList
  +}
  
  
  
  1.3       +6 -8      jakarta-commons-sandbox/resources/src/java/org/apache/commons/resources/impl/BasicMessage.java
  
  Index: BasicMessage.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/resources/src/java/org/apache/commons/resources/impl/BasicMessage.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- BasicMessage.java	28 Feb 2003 02:50:22 -0000	1.2
  +++ BasicMessage.java	6 Mar 2003 03:24:25 -0000	1.3
  @@ -7,7 +7,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999-2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -59,8 +59,6 @@
    *
    */
   
  -// ------------------------------------------------------------------------ 78
  -
   package org.apache.commons.resources.impl;
   
   import java.io.Serializable;
  @@ -207,4 +205,4 @@
       }
   
   
  -} // end BasicMessage
  +}
  
  
  
  1.2       +7 -5      jakarta-commons-sandbox/resources/src/java/org/apache/commons/resources/Message.java
  
  Index: Message.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/resources/src/java/org/apache/commons/resources/Message.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Message.java	14 Jan 2003 22:13:09 -0000	1.1
  +++ Message.java	6 Mar 2003 03:24:25 -0000	1.2
  @@ -1,9 +1,13 @@
   /*
  + * $Header$
  + * $Revision$
  + * $Date$
  + * 
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2002 The Apache Software Foundation.  All rights
  + * Copyright (c) 2002-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -55,8 +59,6 @@
    *
    */
   
  -// ------------------------------------------------------------------------ 78
  -
   package org.apache.commons.resources;
   
   /**
  @@ -84,5 +86,5 @@
        */
       public Object[] getValues();
   
  -} // end Message
  +}
   
  
  
  
  1.3       +5 -5      jakarta-commons-sandbox/resources/src/java/org/apache/commons/resources/Messages.java
  
  Index: Messages.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/resources/src/java/org/apache/commons/resources/Messages.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Messages.java	28 Dec 2002 23:29:48 -0000	1.2
  +++ Messages.java	6 Mar 2003 03:24:25 -0000	1.3
  @@ -7,7 +7,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.2       +7 -64     jakarta-commons-sandbox/resources/src/java/org/apache/commons/resources/MessageList.java
  
  Index: MessageList.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/resources/src/java/org/apache/commons/resources/MessageList.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MessageList.java	14 Jan 2003 22:13:09 -0000	1.1
  +++ MessageList.java	6 Mar 2003 03:24:25 -0000	1.2
  @@ -1,10 +1,13 @@
  -
   /*
  + * $Header$
  + * $Revision$
  + * $Date$
  + * 
    * ====================================================================
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2002 The Apache Software Foundation.  All rights
  + * Copyright (c) 2002-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -56,8 +59,6 @@
    *
    */
   
  -// ------------------------------------------------------------------------ 78
  -
   package org.apache.commons.resources;
   
   import org.apache.commons.resources.Message;
  @@ -197,63 +198,5 @@
        */
       public int size(String property);
   
  -} // end MessageList
  -
  -
  -/*
  - * ====================================================================
  - *
  - * The Apache Software License, Version 1.1
  - *
  - * Copyright (c) 2002 The Apache Software Foundation.  All rights
  - * reserved.
  - *
  - * Redistribution and use in source and binary forms, with or without
  - * modification, are permitted provided that the following conditions
  - * are met:
  - *
  - * 1. Redistributions of source code must retain the above copyright
  - *    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
  - *    the documentation and/or other materials provided with the
  - *    distribution.
  - *
  - * 3. The end-user documentation included with the redistribution, if
  - *    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", "Scaffold", and "Apache Software
  - *    Foundation" must not be used to endorse or promote products derived
  - *    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"
  - *    nor may "Apache" appear in their names without prior written
  - *    permission of the Apache Group.
  - *
  - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  - * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  - * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  - * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
  - * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  - * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  - * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  - * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  - * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  - * SUCH DAMAGE.
  - * ====================================================================
  - *
  - * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation.  For more
  - * information on the Apache Software Foundation, please see
  - * <http://www.apache.org/>.
  - *
  - */
  +}
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org