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)