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 2015/11/22 20:42:22 UTC

[4/8] isis git commit: ISIS-1258: fixing comments in code listing.

ISIS-1258: fixing comments in code listing.


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/ed2499cd
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/ed2499cd
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/ed2499cd

Branch: refs/heads/master
Commit: ed2499cdb60a3a00eaa22e868f469e127d833572
Parents: 2d91415
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Sun Nov 22 19:19:00 2015 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Sun Nov 22 19:19:00 2015 +0000

----------------------------------------------------------------------
 .../main/asciidoc/guides/_ug_more-advanced_view-models_jaxb.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/ed2499cd/adocs/documentation/src/main/asciidoc/guides/_ug_more-advanced_view-models_jaxb.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_ug_more-advanced_view-models_jaxb.adoc b/adocs/documentation/src/main/asciidoc/guides/_ug_more-advanced_view-models_jaxb.adoc
index 9e9d606..9840468 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_ug_more-advanced_view-models_jaxb.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_ug_more-advanced_view-models_jaxb.adoc
@@ -126,9 +126,9 @@ for `v1_0`:
 [source,java]
 ----
 @javax.xml.bind.annotation.XmlSchema(
-        namespace = "http://viewmodels.app.todoapp/todoitem/v1_1/todoitem.xsd",         // <1>
+        namespace = "http://viewmodels.app.todoapp/todoitem/v1_1/todoitem.xsd",         <!--1-->
         xmlns = {
-                @javax.xml.bind.annotation.XmlNs(                                       // <2>
+                @javax.xml.bind.annotation.XmlNs(                                       <!--2-->
                         namespaceURI = "http://isis.apache.org/schema/common",
                         prefix = "common"
                 ),