Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Zuendorf committed Nov 6, 2017
2 parents cfc046b + c78bc79 commit 28f22db
Show file tree
Hide file tree
Showing 8 changed files with 2,260 additions and 1,971 deletions.
1,714 changes: 857 additions & 857 deletions doc/FerrymansProblemExample.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions doc/JsonPersistency.html
Expand Up @@ -37,31 +37,31 @@
{
"session":"demo",
"class":"org.sdmlib.test.examples.studyrightWithAssignments.model.University",
"id":"U1267772298593424",
"timestamp":"1267772298593424",
"id":"U2227783272168832",
"timestamp":"2227783272168832",
"prop":{
"name":"StudyRight",
"students":[
{
"session":"demo",
"class":"org.sdmlib.test.examples.studyrightWithAssignments.model.Student",
"id":"S1267772298780516",
"timestamp":"1267772298780516"
"id":"S2227783272355924",
"timestamp":"2227783272355924"
}
]
}
},
{
"session":"demo",
"class":"org.sdmlib.test.examples.studyrightWithAssignments.model.Student",
"id":"S1267772298780516",
"timestamp":"1267772298780516",
"id":"S2227783272355924",
"timestamp":"2227783272355924",
"prop":{
"name":"Karli",
"id":"4242",
"university":{
"class":"org.sdmlib.test.examples.studyrightWithAssignments.model.University",
"id":"U1267772298593424"
"id":"U2227783272168832"
}
}
}
Expand Down

0 comments on commit 28f22db

Please sign in to comment.