You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2018/03/15 12:01:04 UTC

[isis] branch master updated: ISIS-1810: fixes numbering error in doc

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 345e2c7  ISIS-1810: fixes numbering error in doc
345e2c7 is described below

commit 345e2c7c4c29913db06614917124d1877b2e653e
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Mar 15 12:00:52 2018 +0000

    ISIS-1810: fixes numbering error in doc
---
 ...vc_core-domain-api_DomainObjectContainer_object-persistence-api.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/adocs/documentation/src/main/asciidoc/guides/rgsvc/_rgsvc_core-domain-api_DomainObjectContainer_object-persistence-api.adoc b/adocs/documentation/src/main/asciidoc/guides/rgsvc/_rgsvc_core-domain-api_DomainObjectContainer_object-persistence-api.adoc
index 7d2f874..e19e637 100644
--- a/adocs/documentation/src/main/asciidoc/guides/rgsvc/_rgsvc_core-domain-api_DomainObjectContainer_object-persistence-api.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/rgsvc/_rgsvc_core-domain-api_DomainObjectContainer_object-persistence-api.adoc
@@ -34,7 +34,7 @@ Note that this includes any domain objects annotated with xref:../rgant/rgant.ad
 <2> persist a transient object.
 Note though that this will throw an exception if the object is already persistent; this can happen if JDO/DataNucleus's link:http://www.datanucleus.org/products/accessplatform_4_0/jdo/orm/cascading.html[persistence-by-reachability] is in effect.
 For this reason it is generally better to use xref:rgsvc.adoc#_rgsvc_persistence-layer-api_RepositoryService[`RepositoryService#persist()`], which is a no-op if the object is persistent.
-<5> remove (ie DELETE) a persistent object.
+<3> remove (ie DELETE) a persistent object.
 However, the object must be persistent already, otherwise an exception will be thrown.
 It is generally therefore better to use use xref:rgsvc.adoc#_rgsvc_persistence-layer-api_RepositoryService[`RepositoryService#remove()`], which is a no-op if the object is not persistent.
 

-- 
To stop receiving notification emails like this one, please contact
danhaywood@apache.org.