Move the Thread Safety lesson into the Concurrency category

git-svn-id: http://webgoat.googlecode.com/svn/trunk@225 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
rogan.dawes 2008-01-10 10:09:13 +00:00
parent 92072f3921
commit 64ce7068c4

View File

@ -180,7 +180,7 @@ public class ThreadSafetyProblem extends LessonAdapter
protected Category getDefaultCategory()
{
return Category.GENERAL;
return Category.CONCURRENCY;
}