mcconnell 2002/06/20 15:49:44
Modified: src/java/org/apache/avalon/framework/service
ServiceException.java
Log:
no message
Revision Changes Path
1.4 +3 -3
jakarta-avalon/src/java/org/apache/avalon/framework/service/ServiceException.java
Index: ServiceException.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon/src/java/org/apache/avalon/framework/service/ServiceException.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ServiceException.java 18 Jun 2002 18:44:23 -0000 1.3
+++ ServiceException.java 20 Jun 2002 22:49:44 -0000 1.4
@@ -25,7 +25,7 @@
final private String m_role;
/**
- * Construct a new <code>ComponentException</code> instance.
+ * Construct a new <code>ServiceException</code> instance.
*
* @deprecated use the String,String,Throwable version instead
* @param message the exception message
@@ -37,7 +37,7 @@
}
/**
- * Construct a new <code>ComponentException</code> instance.
+ * Construct a new <code>ServiceException</code> instance.
*
* @param message the exception message
* @param throwable the throwable
@@ -49,7 +49,7 @@
}
/**
- * Construct a new <code>ComponentException</code> instance.
+ * Construct a new <code>ServiceException</code> instance.
*
* @deprecated use the String,String version instead
* @param message the exception message
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>