Update lesson template

This commit is contained in:
Nanne Baars
2019-09-19 07:54:30 +02:00
parent 9c431eb2a3
commit d7a2596670
3 changed files with 124 additions and 2 deletions

View File

@ -3,6 +3,7 @@ package org.owasp.webgoat.template;
import com.beust.jcommander.internal.Lists;
import org.owasp.webgoat.lessons.Category;
import org.owasp.webgoat.lessons.NewLesson;
import org.springframework.stereotype.Component;
import java.util.List;
@ -35,6 +36,7 @@ import java.util.List;
* @version $Id: $Id
* @since January 3, 2017
*/
@Component
public class LessonTemplate extends NewLesson {
@Override