--- 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>