ordering of PEs
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Tue, 06 Sep 2011 10:59:07 +0100
changeset 214 35e8dfed9dbe
parent 213 ae2ac0824152
child 215 9a223197695e
ordering of PEs
model/ProvenanceModel.html
--- a/model/ProvenanceModel.html	Tue Sep 06 10:56:27 2011 +0100
+++ b/model/ProvenanceModel.html	Tue Sep 06 10:59:07 2011 +0100
@@ -174,8 +174,8 @@
 entity(e1, [ type: "File", location: "/shared/crime.txt", creator: "Alice", content: "" ])
 entity(e2, [ type: "File", location: "/shared/crime.txt", creator: "Alice", content: "There was a lot of crime in London last month."])
 entity(e3, [ type: "File", location: "/shared/crime.txt", creator: "Alice", content: "There was a lot of crime in London and New York last month."])
-entity(e4,[])
-entity(e5,[])
+entity(e4, [ ])
+entity(e5, [ ])
 entity(e6, [ type: "File", location: "/shared/crime.txt", creator: "Alice", content: "There was a lot of crime in London and New York last month.", spellchecked: "yes"])
 </pre>
 </p>