Skip to content

Commit 603e683

Browse files
authored
Merge pull request #24 from IMSGlobal/fix_group_identifier
Fixing group context type constant, addresses #23
2 parents f5f1cbe + cf5c44b commit 603e683

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)