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