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

@ -47,6 +47,11 @@ public class LessonSource extends HammerHead
{
/**
*
*/
private static final long serialVersionUID = 2588430536196446145L;
/**
* Description of the Field
*/
public final static String START_SOURCE_SKIP = "START_OMIT_SOURCE";