mcconnell 2003/02/10 23:35:42
Modified: src/java/org/apache/avalon/framework/service
ServiceException.java
Log:
Added missing return and param tags.
Revision Changes Path
1.18 +3 -0
avalon/src/java/org/apache/avalon/framework/service/ServiceException.java
Index: ServiceException.java
===================================================================
RCS file:
/home/cvs/avalon/src/java/org/apache/avalon/framework/service/ServiceException.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ServiceException.java 11 Feb 2003 07:01:07 -0000 1.17
+++ ServiceException.java 11 Feb 2003 07:35:42 -0000 1.18
@@ -106,6 +106,7 @@
/**
* Construct a new <code>ServiceException</code> instance.
*
+ * @param key the lookup key
* @param message the exception message
*/
public ServiceException( final String key, final String message )
@@ -115,6 +116,7 @@
/**
* Return the key that caused the exception.
+ * @return the lookup key triggering the exception
*/
public String getKey()
{
@@ -125,6 +127,7 @@
* Return the role that caused the exception
*
* @deprecated Use getKey() instead
+ * @return the the lookup key triggering the exception
*/
public String getRole()
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]