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:
@ -313,7 +313,7 @@ public class GoatHillsFinancial extends RandomLessonAdapter
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected boolean getDefaultHidden() {
|
protected boolean getDefaultHidden() {
|
||||||
return false;
|
return getClass().equals(GoatHillsFinancial.class);
|
||||||
}
|
}
|
||||||
|
|
||||||
public Element getCredits()
|
public Element getCredits()
|
||||||
|
Reference in New Issue
Block a user