Skip to content

Commit 7f2f9e2

Browse files
author
Paul Gray
committed
Merge branch 'master' of github.com:IMSGlobal/basiclti-util-java
2 parents 7b410e9 + 603e683 commit 7f2f9e2

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)