Hint
git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@307 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
parent
57270c8643
commit
bebafc835f
@ -355,7 +355,7 @@ public abstract class AbstractLesson extends Screen implements Comparable
|
|||||||
*/
|
*/
|
||||||
public String getHint(WebSession s, int hintNumber)
|
public String getHint(WebSession s, int hintNumber)
|
||||||
{
|
{
|
||||||
return getHints(s).get(hintNumber);
|
return "Hint: " + getHints(s).get(hintNumber);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user