Skip to content

Commit 84ab63c

Browse files
committed
Remove reference to log4j.jar since we no longer need/use it.
1 parent 49983aa commit 84ab63c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/examples/java/DisplayEncryptedProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// that were encrypted using ESAPI's EncryptedProperties class.
99
//
1010
// Usage: java -classpath <cp> DisplayEncryptedProperties encryptedPropFileName
11-
// where <cp> is proper classpath, which minimally include esapi.jar & log4j.jar
11+
// where <cp> is proper classpath, which minimally includes the esapi.jar.
1212
public class DisplayEncryptedProperties {
1313

1414
public DisplayEncryptedProperties() {

src/examples/java/ESAPILogging.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Purpose: Short code snippet to show how ESAPI logging works.
55
//
66
// Usage: java -classpath <cp> ESAPILogging
7-
// where <cp> is proper classpath, which minimally include esapi.jar & log4j.jar
7+
// where <cp> is proper classpath, which minimally includes the esapi.jar.
88
public class ESAPILogging {
99

1010
public static void main(String[] args) {

0 commit comments

Comments
 (0)