Solution was no longer showing in WebGoat
This commit is contained in:
parent
6116b8e368
commit
edbb09250c
@ -315,7 +315,7 @@ public class Course {
|
||||
lesson.setLessonPlanFileName(lessonPlan.getKey(), lessonPlan.getValue().toString());
|
||||
}
|
||||
if (plugin.getLessonSolution("en").isPresent()) {
|
||||
lesson.setLessonSolutionFileName(plugin.getLessonSolution("en").toString());
|
||||
lesson.setLessonSolutionFileName(plugin.getLessonSolution("en").get().toString());
|
||||
}
|
||||
if (plugin.getLessonSource().isPresent()) {
|
||||
lesson.setSourceFileName(plugin.getLessonSource().get().toString());
|
||||
|
Loading…
x
Reference in New Issue
Block a user