Author: niallp
Date: Thu Jan 5 18:42:19 2006
New Revision: 366395
URL: http://svn.apache.org/viewcvs?rev=366395&view=rev
Log:
Bug 38152 - Minor javadoc corrections, patch submitted by Christian Meder
Modified:
jakarta/commons/proper/resources/trunk/src/java/org/apache/commons/resources/Message.java
jakarta/commons/proper/resources/trunk/src/java/org/apache/commons/resources/MessageList.java
jakarta/commons/proper/resources/trunk/src/java/org/apache/commons/resources/impl/BasicMessage.java
jakarta/commons/proper/resources/trunk/src/java/org/apache/commons/resources/impl/BasicMessageList.java
Modified:
jakarta/commons/proper/resources/trunk/src/java/org/apache/commons/resources/Message.java
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/resources/trunk/src/java/org/apache/commons/resources/Message.java?rev=366395&r1=366394&r2=366395&view=diff
==============================================================================
---
jakarta/commons/proper/resources/trunk/src/java/org/apache/commons/resources/Message.java
(original)
+++
jakarta/commons/proper/resources/trunk/src/java/org/apache/commons/resources/Message.java
Thu Jan 5 18:42:19 2006
@@ -5,7 +5,7 @@
*
* ====================================================================
*
- * Copyright 2003-2005 The Apache Software Foundation
+ * Copyright 2003-2006 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@
* message resources database) plus up to four placeholder objects that can
* be used for parametric replacement in the message text.
* <p>
- * Orginally based on org.apache.http.action.ActionMessage, Revision 1.5.
+ * Orginally based on org.apache.struts.action.ActionMessage, Revision 50677.
*/
public interface Message {
Modified:
jakarta/commons/proper/resources/trunk/src/java/org/apache/commons/resources/MessageList.java
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/resources/trunk/src/java/org/apache/commons/resources/MessageList.java?rev=366395&r1=366394&r2=366395&view=diff
==============================================================================
---
jakarta/commons/proper/resources/trunk/src/java/org/apache/commons/resources/MessageList.java
(original)
+++
jakarta/commons/proper/resources/trunk/src/java/org/apache/commons/resources/MessageList.java
Thu Jan 5 18:42:19 2006
@@ -5,7 +5,7 @@
*
* ====================================================================
*
- * Copyright 2003-2005 The Apache Software Foundation
+ * Copyright 2003-2006 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -42,7 +42,7 @@
* Therefore, no synchronization is required for access to internal
* collections.
* </p>
- * Orginally based on org.apache.http.action.ActionMessages, Revision 1.7.
+ * Orginally based on org.apache.struts.action.ActionMessages, Revision 49670.
*/
public interface MessageList {
Modified:
jakarta/commons/proper/resources/trunk/src/java/org/apache/commons/resources/impl/BasicMessage.java
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/resources/trunk/src/java/org/apache/commons/resources/impl/BasicMessage.java?rev=366395&r1=366394&r2=366395&view=diff
==============================================================================
---
jakarta/commons/proper/resources/trunk/src/java/org/apache/commons/resources/impl/BasicMessage.java
(original)
+++
jakarta/commons/proper/resources/trunk/src/java/org/apache/commons/resources/impl/BasicMessage.java
Thu Jan 5 18:42:19 2006
@@ -5,7 +5,7 @@
*
* ====================================================================
*
- * Copyright 2003-2005 The Apache Software Foundation
+ * Copyright 2003-2006 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -30,7 +30,7 @@
/**
* A basic implementation of the Message interface.
* <p>
- * Orginally based on org.apache.struts.action.ActionMessage, Revision 1.5.
+ * Orginally based on org.apache.struts.action.ActionMessage, Revision 49176.
*/
public class BasicMessage implements Serializable, Message {
@@ -46,7 +46,7 @@
private String key = null;
/**
- * The replacement values for this mesasge.
+ * The replacement values for this message.
*/
private Object[] values = null;
Modified:
jakarta/commons/proper/resources/trunk/src/java/org/apache/commons/resources/impl/BasicMessageList.java
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/resources/trunk/src/java/org/apache/commons/resources/impl/BasicMessageList.java?rev=366395&r1=366394&r2=366395&view=diff
==============================================================================
---
jakarta/commons/proper/resources/trunk/src/java/org/apache/commons/resources/impl/BasicMessageList.java
(original)
+++
jakarta/commons/proper/resources/trunk/src/java/org/apache/commons/resources/impl/BasicMessageList.java
Thu Jan 5 18:42:19 2006
@@ -5,7 +5,7 @@
*
* ====================================================================
*
- * Copyright 2003-2005 The Apache Software Foundation
+ * Copyright 2003-2006 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -38,7 +38,7 @@
/**
* A basic implementation of a MessageList.
* <p>
- * Orginally based on org.apache.http.action.ActionMessages, Revision 1.7.
+ * Orginally based on org.apache.struts.action.ActionMessages, Revision 49670.
*/
public class BasicMessageList implements Serializable, MessageList {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]