From 2d7faf24b1827f2465ff2f818d45678dd75ca7bd Mon Sep 17 00:00:00 2001 From: Michael Dick Date: Thu, 31 Jul 2008 20:21:32 +0000 Subject: [PATCH] OPENJPA-20 fix typo in manual git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@681471 13f79535-47bb-0310-9956-ffa450edef68 --- openjpa-project/src/doc/manual/jpa_overview_pc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openjpa-project/src/doc/manual/jpa_overview_pc.xml b/openjpa-project/src/doc/manual/jpa_overview_pc.xml index 9f50f9c5e..1f5bf329f 100644 --- a/openjpa-project/src/doc/manual/jpa_overview_pc.xml +++ b/openjpa-project/src/doc/manual/jpa_overview_pc.xml @@ -71,7 +71,7 @@ embedded in Company, then a query "SELECT a FROM Address a" will never return the embedded Address of Company; but a projection query such as -"SELECT c.address FROM Company c" will. +"SELECT c.address FROM Company c" will. Despite these differences, there are few distinctions between entity classes and