Skip to content

Commit

Permalink
KNL-1240 fixed CLE reference in string
Browse files Browse the repository at this point in the history
git-svn-id: https://source.sakaiproject.org/svn/kernel/trunk@308512 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
Aaron Zeckoski committed Apr 23, 2014
1 parent bf2814b commit 2f59967
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ public static class LRS_Context {
/**
* Platform used in the experience of this learning activity.
*/
String platform = "SakaiCLE";
String platform = "Sakai";
// TODO include fields like team, platform, language, statement, and extensions
/**
* use of the empty constructor is restricted
Expand Down

0 comments on commit 2f59967

Please sign in to comment.