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

View File

@ -355,7 +355,7 @@ public abstract class AbstractLesson extends Screen implements Comparable
*/
public String getHint(WebSession s, int hintNumber)
{
return getHints(s).get(hintNumber);
return "Hint: " + getHints(s).get(hintNumber);
}
/**