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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user