You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2014/01/19 16:39:25 UTC

svn commit: r894758 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/applib-guide/how-tos/how-to-01-010-How-to-have-a-domain-object-be-a-POJO.html

Author: buildbot
Date: Sun Jan 19 15:39:25 2014
New Revision: 894758

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-010-How-to-have-a-domain-object-be-a-POJO.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Jan 19 15:39:25 2014
@@ -1 +1 @@
-1559511
+1559513

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Jan 19 15:39:25 2014
@@ -1 +1 @@
-1559511
+1559513

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-010-How-to-have-a-domain-object-be-a-POJO.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-010-How-to-have-a-domain-object-be-a-POJO.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-01-010-How-to-have-a-domain-object-be-a-POJO.html Sun Jan 19 15:39:25 2014
@@ -289,7 +289,7 @@
 }
 </code></pre>
 
-<p>Other syntaxes supported for dependency injection are described <a href="../how-to-01-150-How-to-inject-services-into-a-domain-entity-or-other-service.html">here</a>.</p>
+<p>Other syntaxes supported for dependency injection are described <a href="./how-to-01-150-How-to-inject-services-into-a-domain-entity-or-other-service.html">here</a>.</p>
 
 <p>If you don't have a requirement to inherit from any other superclass,
 then it usually makes sense to inherit from one of the abstract classes providede in the applib.</p>