Make sure that the underlying GoatHillsFinancial lesson remains hidden

Naturally, we want derived classes to be visible automatically


git-svn-id: http://webgoat.googlecode.com/svn/trunk@164 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
rogan.dawes 2007-07-11 12:53:18 +00:00
parent dc8914f4e1
commit 76f654e820

View File

@ -313,7 +313,7 @@ public class GoatHillsFinancial extends RandomLessonAdapter
@Override
protected boolean getDefaultHidden() {
return false;
return getClass().equals(GoatHillsFinancial.class);
}
public Element getCredits()