ceki 2003/06/25 08:13:20 Modified: tests/src/java/org/apache/log4j/xml XMLDecoderTest.java Log: Corrected the package declaration. Revision Changes Path 1.2 +1 -1 jakarta-log4j/tests/src/java/org/apache/log4j/xml/XMLDecoderTest.java Index: XMLDecoderTest.java =================================================================== RCS file: /home/cvs/jakarta-log4j/tests/src/java/org/apache/log4j/xml/XMLDecoderTest.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- XMLDecoderTest.java 24 Jun 2003 08:10:46 -0000 1.1 +++ XMLDecoderTest.java 25 Jun 2003 15:13:20 -0000 1.2 @@ -4,7 +4,7 @@ * To change the template for this generated file go to * Window>Preferences>Java>Code Generation>Code and Comments */ -package org.apache.log4j.net; +package org.apache.log4j.xml; import java.io.File; import java.util.List;
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]