From 92f91e026d530b51e1d0565ec57b151bf53aa292 Mon Sep 17 00:00:00 2001 From: David Montag Date: Fri, 8 Apr 2011 17:02:44 -0700 Subject: [PATCH] Fixed typo --- src/docbkx/reference/neo4j.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docbkx/reference/neo4j.xml b/src/docbkx/reference/neo4j.xml index 2cab12268..0f364d7fd 100644 --- a/src/docbkx/reference/neo4j.xml +++ b/src/docbkx/reference/neo4j.xml @@ -64,7 +64,7 @@ indexes (via the IndexManager), database life cycle callbacks, transaction management, and more. - The EmbeddedGraphDatabaseService is an implementation of GraphDatabaseService that is used to + The EmbeddedGraphDatabase is an implementation of GraphDatabaseService that is used to embed Neo4j in a Java application. This implementation is used so as to provide the highest and tightest integration with the database. Besides the embedded mode, the Neo4j server