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