update names per discussion at google/cayley#38

This commit is contained in:
Jeremy Jay 2014-07-18 11:07:19 -04:00
parent d808d9347c
commit f9c60a5f30
5 changed files with 37 additions and 30 deletions

View file

@ -445,7 +445,5 @@ func (ts *TripleStore) FixedIterator() graph.FixedIterator {
}
func init() {
graph.RegisterTripleStore("leveldb",
graph.TripleStoreGetter(newTripleStore),
graph.TripleStoreInit(createNewLevelDB))
graph.RegisterTripleStore("leveldb", newTripleStore, createNewLevelDB)
}