Merge pull request #14 from nbaars/WEB-150

Removed the ! in the title, with the ! the solution will not load
This commit is contained in:
mayhew64 2014-09-20 09:43:31 -06:00
commit e8a273efb2

View File

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