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/01/04 13:50:08 UTC

[24/28] isis-site git commit: updates SNAPSHOT

http://git-wip-us.apache.org/repos/asf/isis-site/blob/8c263125/content/versions/SNAPSHOT/guides/rgant/rgant.html
----------------------------------------------------------------------
diff --git a/content/versions/SNAPSHOT/guides/rgant/rgant.html b/content/versions/SNAPSHOT/guides/rgant/rgant.html
index 5595c06..939bfcb 100644
--- a/content/versions/SNAPSHOT/guides/rgant/rgant.html
+++ b/content/versions/SNAPSHOT/guides/rgant/rgant.html
@@ -398,8 +398,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
          <table class="tableblock frame-all grid-all spread"> 
           <caption class="title">
-           Table 1. Core annotations for domain objects, services and members (as of 
-           <code>1.8.0</code>)
+           Table 1. Core annotations for domain objects, services and members
           </caption> 
           <colgroup> 
            <col style="width: 25%;"> 
@@ -2479,7 +2478,7 @@ table.CodeRay td.code>pre{padding:0}
              <td class="icon"> <i class="fa icon-note" title="Note"></i> </td> 
              <td class="content"> 
               <div class="paragraph"> 
-               <p>As of <code>1.10.0</code> the framework provides no-arg constructor and will initialize the domain event using (non-API) setters rather than through the constructor. This substantially reduces the boilerplate.</p> 
+               <p>The framework provides no-arg constructor and will initialize the domain event using (non-API) setters rather than through the constructor. This substantially reduces the boilerplate required in subclasses because no explicit constructor is required.</p> 
               </div> </td> 
             </tr> 
            </tbody>
@@ -4022,7 +4021,7 @@ WrapperFactory wrapperFactory;</code></pre>
           <tbody>
            <tr> 
             <td><i class="conum" data-value="1"></i><b>1</b></td> 
-            <td>as of <code>1.10.0</code>, can use no-arg constructor.</td> 
+            <td>can use no-arg constructor.</td> 
            </tr> 
            <tr> 
             <td><i class="conum" data-value="2"></i><b>2</b></td> 
@@ -4146,7 +4145,7 @@ WrapperFactory wrapperFactory;</code></pre>
              <td class="icon"> <i class="fa icon-note" title="Note"></i> </td> 
              <td class="content"> 
               <div class="paragraph"> 
-               <p>As of <code>1.10.0</code> the framework provides no-arg constructor and will initialize the domain event using (non-API) setters rather than through the constructor. This substantially reduces the boilerplate.</p> 
+               <p>The framework provides a no-arg constructor and will initialize the domain event using (non-API) setters rather than through the constructor. This substantially reduces the boilerplate in the subclasses because no explicit constructor is required..</p> 
               </div> </td> 
             </tr> 
            </tbody>
@@ -11409,7 +11408,7 @@ container.persist(cust);</code></pre>
              <td class="icon"> <i class="fa icon-note" title="Note"></i> </td> 
              <td class="content"> 
               <div class="paragraph"> 
-               <p>As of <code>1.10.0</code> the framework provides no-arg constructor and will initialize the domain event using (non-API) setters rather than through the constructor. This substantially reduces the boilerplate.</p> 
+               <p>The framework provides a no-arg constructor and will initialize the domain event using (non-API) setters rather than through the constructor. This substantially reduces the boilerplate in the subclasses because no explicit constructor is required..</p> 
               </div> </td> 
             </tr> 
            </tbody>