Add automatically generated serialVersionUID to silence warnings

git-svn-id: http://webgoat.googlecode.com/svn/trunk@186 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
rogan.dawes
2007-07-18 13:32:08 +00:00
parent d709ff9506
commit 4a70fdac26
11 changed files with 63 additions and 4 deletions

View File

@ -63,6 +63,11 @@ public class HammerHead extends HttpServlet
{
/**
*
*/
private static final long serialVersionUID = 645640331343188020L;
/**
* Description of the Field
*/
protected static SimpleDateFormat httpDateFormat;