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:
@ -863,7 +863,7 @@ public class WebSession
|
||||
{
|
||||
if ( getCurrentLesson() != null )
|
||||
{
|
||||
return ( AbstractLesson.CHALLENGE.equals(getCurrentLesson().getCategory()));
|
||||
return ( Category.CHALLENGE.equals(getCurrentLesson().getCategory()));
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user