You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/unicon/matthews/dataloader/converter/EventBuilderUtils.java
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
packageunicon.matthews.dataloader.converter;
2
2
3
-
importunicon.matthews.caliper.Agent;
4
-
importunicon.matthews.caliper.Entity;
5
-
importunicon.matthews.caliper.Event;
6
-
importunicon.matthews.caliper.Group;
7
-
importunicon.matthews.caliper.Membership;
3
+
importorg.apereo.openlrw.caliper.Agent;
4
+
importorg.apereo.openlrw.caliper.Entity;
5
+
importorg.apereo.openlrw.caliper.Event;
6
+
importorg.apereo.openlrw.caliper.Group;
7
+
importorg.apereo.openlrw.caliper.Membership;
8
8
importunicon.matthews.dataloader.util.Maps;
9
-
importunicon.matthews.oneroster.Enrollment;
10
-
importunicon.matthews.oneroster.User;
9
+
importorg.apereo.model.oneroster.Enrollment;
10
+
importorg.apereo.model.oneroster.User;
11
11
12
12
importjava.util.Arrays;
13
13
importjava.util.UUID;
@@ -262,7 +262,7 @@ public static Group.Builder usingCourseSectionGroup(Enrollment enrollment) {
262
262
.withType(CaliperV1p1Vocab.Entity.COURSE_SECTION)
263
263
.withId(enrollment.getKlass().getSourcedId())
264
264
.withExtensions(Maps.ofEntries(
265
-
entry("context_type", enrollment.getKlass().getTitle()))); // TODO - optional and course title is likely wrong - but where do we find something else useful for it
265
+
entry("context_type", enrollment.getKlass().getType()))); // TODO - optional and course title is likely wrong - but where do we find something else useful for it
0 commit comments