From f7bc4ca95c37dc10c50fd1115dc97549c07b2cd1 Mon Sep 17 00:00:00 2001 From: David Turanski Date: Tue, 10 Jul 2012 07:48:58 -0400 Subject: [PATCH] doc update:temporarily removed link to spring data chapter in index.xml and fixed a typo in mapping.xml --- docs/src/reference/docbook/index.xml | 4 +++- docs/src/reference/docbook/reference/mapping.xml | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/src/reference/docbook/index.xml b/docs/src/reference/docbook/index.xml index db252cb8..f0182cb1 100644 --- a/docs/src/reference/docbook/index.xml +++ b/docs/src/reference/docbook/index.xml @@ -55,9 +55,11 @@ + @@ -67,7 +69,7 @@ In addition to this reference documentation, there are a number of - other resources that may help you learn how to use GemFire and Spring framework. + other resources that may help you learn how to use GemFire and Spring framework. These additional, third-party resources are enumerated in this section. diff --git a/docs/src/reference/docbook/reference/mapping.xml b/docs/src/reference/docbook/reference/mapping.xml index 03409452..266d7b48 100644 --- a/docs/src/reference/docbook/reference/mapping.xml +++ b/docs/src/reference/docbook/reference/mapping.xml @@ -32,6 +32,7 @@ public class Person { … } + The first thing you see here is the @@ -71,8 +72,8 @@ public class Person { // … } - … } + The entity annotated as such will get the field foo