Commit 088f59c8 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 5fb2be0f
......@@ -207,7 +207,7 @@ func (cache *LiveCache) Get(oid Oid) IPersistent {
return obj
}
// set sets objects corre ... XXX
// set sets objects corresponding ... XXX
func (cache *LiveCache) set(oid Oid, obj IPersistent) {
cache.objtab[oid] = weak.NewRef(obj)
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment