bloritsch 02/02/07 14:07:40
Modified: src/scratchpad/org/apache/avalon/excalibur/system
AbstractContainer.java
Log:
fix message in exception
Revision Changes Path
1.17 +1 -1
jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/system/AbstractContainer.java
Index: AbstractContainer.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/system/AbstractContainer.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- AbstractContainer.java 7 Feb 2002 22:06:54 -0000 1.16
+++ AbstractContainer.java 7 Feb 2002 22:07:39 -0000 1.17
@@ -36,7 +36,7 @@
* Manager can expose that to the instantiating class.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Berin Loritsch</a>
- * @version CVS $Revision: 1.16 $ $Date: 2002/02/07 22:06:54 $
+ * @version CVS $Revision: 1.17 $ $Date: 2002/02/07 22:07:39 $
*/
public abstract class AbstractContainer
extends AbstractLogEnabled
@@ -553,7 +553,7 @@
if ( null == handler )
{
- throw new ComponentException( "The role does not exist in
the ComponentSelector" );
+ throw new ComponentException( "The hint does not exist in
the ComponentSelector" );
}
final Component component;
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>