added console debugging line

git-svn-id: http://webgoat.googlecode.com/svn/trunk@249 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
rogan.dawes 2008-01-10 10:44:56 +00:00
parent 2bb4df8ef1
commit 8e1fb2caa3

View File

@ -43,7 +43,7 @@ sb.append("/Employees/Employee/Salary ");
String expression = sb.toString(); String expression = sb.toString();
System.out.print("expression:" + expression);