mcconnell 2002/08/03 02:58:07
Modified: assembly/demo/src/java/org/apache/excalibur/playground
CustomContainer.java
Log:
Logging into correction.
Revision Changes Path
1.2 +1 -1
jakarta-avalon-excalibur/assembly/demo/src/java/org/apache/excalibur/playground/CustomContainer.java
Index: CustomContainer.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/assembly/demo/src/java/org/apache/excalibur/playground/CustomContainer.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- CustomContainer.java 3 Aug 2002 03:50:06 -0000 1.1
+++ CustomContainer.java 3 Aug 2002 09:58:07 -0000 1.2
@@ -21,7 +21,7 @@
public void initialize() throws Exception
{
- getLogger().info("this is the initialization of a cutomer container");
+ getLogger().info("this is the initialization of a custom container");
super.initialize();
}
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>