File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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.
1212public class DisplayEncryptedProperties {
1313
1414 public DisplayEncryptedProperties () {
Original file line number Diff line number Diff line change 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.
88public class ESAPILogging {
99
1010 public static void main (String [] args ) {
You can’t perform that action at this time.
0 commit comments