39404142434445
public class SPCourseNodeConfiguration implements CourseNodeConfiguration, OLATExtension { private static final String PACKAGE = Util.getPackageName(CourseNodeConfiguration.class); public CourseNode getInstance() { return new SPCourseNode(); }