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

ntimofeev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 328ce25  Update 4.1 docs
328ce25 is described below

commit 328ce250d0e7e63b269348f02368550863dc3f40
Author: Nikita Timofeev <[email protected]>
AuthorDate: Fri Oct 11 17:33:15 2019 +0300

    Update 4.1 docs
---
 src/main/site/content/docs/4.1/cayenne-guide.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/site/content/docs/4.1/cayenne-guide.html 
b/src/main/site/content/docs/4.1/cayenne-guide.html
index 660bc7c..19c163c 100644
--- a/src/main/site/content/docs/4.1/cayenne-guide.html
+++ b/src/main/site/content/docs/4.1/cayenne-guide.html
@@ -5484,7 +5484,7 @@ public class MyEntity extends _MyEntity {
        <li> <p>Default value: 10000</p> </li> 
       </ul> 
      </div> </li> 
-    <li> <p><code>cayenne.server.contexts_sync_strategy</code> defines whether 
peer ObjectContexts should receive snapshot events after commits from other 
contexts. If true (<em>default</em>), the contexts would automatically 
synchronize their state with peers.</p> 
+    <li> <p><code>cayenne.server.contexts_sync_strategy</code> defines whether 
peer ObjectContexts should receive snapshot events after commits from other 
contexts. If true, the contexts would automatically synchronize their state 
with peers.</p> 
      <div class="ulist"> 
       <ul> 
        <li> <p>Possible values: true, false</p> </li> 

Reply via email to