Move definition of standard Categories to Category class

Also update all the referring classes


git-svn-id: http://webgoat.googlecode.com/svn/trunk@129 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
rogan.dawes
2007-07-10 11:48:02 +00:00
parent 5f67544b24
commit 747319aab5
55 changed files with 118 additions and 155 deletions

View File

@ -863,7 +863,7 @@ public class WebSession
{
if ( getCurrentLesson() != null )
{
return ( AbstractLesson.CHALLENGE.equals(getCurrentLesson().getCategory()));
return ( Category.CHALLENGE.equals(getCurrentLesson().getCategory()));
}
return false;
}