1
0

Fix incorrect package name in unit test. The test was still being compiled and

run ok; the generated .class was just ending up in an odd directory.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@406292 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simon Kitching
2006-05-14 09:31:48 +00:00
parent 4ec63842f7
commit 29935da25a

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.apache.commons.logging.log4j.log4j12;
package org.apache.commons.logging.servlet;
import junit.framework.Test;
import junit.framework.TestCase;