The return type fix got lost.

I don't know how to get back to the point in the SVN history
to fix this so that the build will actually work. I guess
I'd better just apply it here.


git-svn-id: http://webgoat.googlecode.com/svn/trunk@177 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
rogan.dawes 2007-07-11 13:40:01 +00:00
parent 47a7619652
commit 5f5e2e829a

View File

@ -69,7 +69,7 @@ public abstract class DefaultLessonAction implements LessonAction
public abstract String getNextPage(WebSession s);
public AbstractLesson getLesson()
public GoatHillsFinancial getLesson()
{
return lesson;
}