git-svn-id: http://webgoat.googlecode.com/svn/trunk@308 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
wirth.marcel 2008-04-09 11:54:02 +00:00
parent 6119e33ccc
commit aa23f8169b

View File

@ -10,7 +10,6 @@ import org.apache.ecs.ElementContainer;
import org.apache.ecs.StringElement;
import org.apache.ecs.html.Center;
import org.apache.ecs.html.H3;
import org.apache.ecs.html.IMG;
import org.apache.ecs.html.P;
import org.apache.ecs.html.PRE;
import org.apache.ecs.html.TD;
@ -145,12 +144,7 @@ public abstract class LessonAdapter extends AbstractLesson
return hints;
}
public String getHint(WebSession s, int hintNumber)
{
String hint = "Hint: ";
hint += (String) getHints(s).get(hintNumber);
return hint;
}
/**
* Gets the credits attribute of the AbstractLesson object