Skip to content

Commit b5638c2

Browse files
Moving JavaLogger
Moving the JavaLogger from the reference package to logging.java package.
1 parent 4de9c5a commit b5638c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/owasp/esapi/reference/JavaLogFactory.java renamed to src/main/java/org/owasp/esapi/logging/java/JavaLogFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.owasp.esapi.reference;
1+
package org.owasp.esapi.logging.java;
22

33
import java.io.Serializable;
44
import java.util.HashMap;

0 commit comments

Comments
 (0)