Skip to content

Commit cf5c44b

Browse files
author
Paul Gray
committed
Fixing group context type constant, addresses #23
1 parent f5f1cbe commit cf5c44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/imsglobal/lti/BasicLTIConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public class BasicLTIConstants {
5050
public static final String CONTEXT_TYPE_COURSE_OFFERING = "CourseOffering";
5151
public static final String CONTEXT_TYPE_COURSE_SECTION = "CourseSection";
5252
public static final String CONTEXT_TYPE_COURSE_TEMPLATE = "CourseTemplate";
53-
public static final String CONTEXT_TYPE_GROUP = "GROUP";
53+
public static final String CONTEXT_TYPE_GROUP = "Group";
5454

5555
/**
5656
* ext_param=value

0 commit comments

Comments
 (0)