Removed the ! in the title, with the ! the solution will not load

This commit is contained in:
nbaars 2014-09-20 09:56:27 +02:00
parent 3fd7b34536
commit 14ea2c1fbe

View File

@ -606,7 +606,7 @@ public class Challenge2Screen extends SequentialLessonAdapter
*/ */
public String getTitle() public String getTitle()
{ {
return ("The CHALLENGE!"); return ("The CHALLENGE");
} }
/** /**