Skip to content
Snippets Groups Projects
Commit 3c9fe8d9 authored by srosse's avatar srosse
Browse files

no-jira: fix the xstream settings which make the whole package independent

parent c02d7076
No related branches found
No related tags found
No related merge requests found
......@@ -151,6 +151,6 @@ public class CourseXStreamAliases {
}
public static XStream getWriteCourseXStream() {
return readXstream;
return writeXstream;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment