Return-Path: Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 74387 invoked by uid 500); 9 Jul 2003 13:23:56 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 74346 invoked by uid 500); 9 Jul 2003 13:23:56 -0000 Delivered-To: apmail-xml-axis-cvs@apache.org Date: 9 Jul 2003 13:23:55 -0000 Message-ID: <20030709132355.96829.qmail@icarus.apache.org> From: dims@apache.org To: xml-axis-cvs@apache.org Subject: cvs commit: xml-axis/java/src/org/apache/axis/i18n Messages.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N dims 2003/07/09 06:23:55 Modified: java/src/org/apache/axis/i18n Messages.java Log: Cleanup javadoc. Revision Changes Path 1.7 +1 -15 xml-axis/java/src/org/apache/axis/i18n/Messages.java Index: Messages.java =================================================================== RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/i18n/Messages.java,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- Messages.java 22 Apr 2003 19:35:06 -0000 1.6 +++ Messages.java 9 Jul 2003 13:23:55 -0000 1.7 @@ -102,8 +102,6 @@ /** * Get a message from resource.properties from the package of the given object. - * @param caller The calling object, used to get the package name and class loader - * @param locale The locale * @param key The resource key * @return The formatted message */ @@ -115,8 +113,6 @@ /** * Get a message from resource.properties from the package of the given object. - * @param caller The calling object, used to get the package name and class loader - * @param locale The locale * @param key The resource key * @param arg0 The argument to place in variable {0} * @return The formatted message @@ -129,8 +125,6 @@ /** * Get a message from resource.properties from the package of the given object. - * @param caller The calling object, used to get the package name and class loader - * @param locale The locale * @param key The resource key * @param arg0 The argument to place in variable {0} * @param arg1 The argument to place in variable {1} @@ -144,8 +138,6 @@ /** * Get a message from resource.properties from the package of the given object. - * @param caller The calling object, used to get the package name and class loader - * @param locale The locale * @param key The resource key * @param arg0 The argument to place in variable {0} * @param arg1 The argument to place in variable {1} @@ -160,8 +152,6 @@ /** * Get a message from resource.properties from the package of the given object. - * @param caller The calling object, used to get the package name and class loader - * @param locale The locale * @param key The resource key * @param arg0 The argument to place in variable {0} * @param arg1 The argument to place in variable {1} @@ -177,8 +167,6 @@ /** * Get a message from resource.properties from the package of the given object. - * @param caller The calling object, used to get the package name and class loader - * @param locale The locale * @param key The resource key * @param arg0 The argument to place in variable {0} * @param arg1 The argument to place in variable {1} @@ -195,10 +183,8 @@ /** * Get a message from resource.properties from the package of the given object. - * @param caller The calling object, used to get the package name and class loader - * @param locale The locale * @param key The resource key - * @param array An array of objects to place in corresponding variables + * @param args An array of objects to place in corresponding variables * @return The formatted message */ public static String getMessage(String key, String[] args)