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 2017/09/30 02:49:57 UTC

[isis] branch master updated: fixes to typos

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 94ace18  fixes to typos
94ace18 is described below

commit 94ace18be8c1cafb53b7270c4378f30fe58fb6fa
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Sat Sep 30 03:49:40 2017 +0100

    fixes to typos
---
 .../main/asciidoc/guides/ugvw/_ugvw_configuration-properties.adoc   | 2 +-
 .../asciidoc/migration-notes/_migration-notes_1.14.0-to-1.15.0.adoc | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/adocs/documentation/src/main/asciidoc/guides/ugvw/_ugvw_configuration-properties.adoc b/adocs/documentation/src/main/asciidoc/guides/ugvw/_ugvw_configuration-properties.adoc
index e28432d..254ed01 100644
--- a/adocs/documentation/src/main/asciidoc/guides/ugvw/_ugvw_configuration-properties.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/ugvw/_ugvw_configuration-properties.adoc
@@ -25,7 +25,7 @@ If you prefer you can place all configuration properties into `WEB-INF/isis.prop
 
 
 .Wicket Viewer Configuration Properties
-[cols="2a,1,3", options="header"]
+[cols="2a,1,3a", options="header"]
 |===
 |Property
 |Value +
diff --git a/adocs/documentation/src/main/asciidoc/migration-notes/_migration-notes_1.14.0-to-1.15.0.adoc b/adocs/documentation/src/main/asciidoc/migration-notes/_migration-notes_1.14.0-to-1.15.0.adoc
index 5b83fff..9d0f4f0 100644
--- a/adocs/documentation/src/main/asciidoc/migration-notes/_migration-notes_1.14.0-to-1.15.0.adoc
+++ b/adocs/documentation/src/main/asciidoc/migration-notes/_migration-notes_1.14.0-to-1.15.0.adoc
@@ -111,7 +111,7 @@ log4j.additivity.org.apache.wicket.page.XmlPartialPageUpdate=false
 
 
 [[_migration-notes_1.14.0-to-1.15.0_ISIS-1686]]
-== Less boilerplate when bootstrapping (link:https://issues.apache.org/jira/browse/ISIS-1686[ISIS-1686]
+== Less boilerplate when bootstrapping (link:https://issues.apache.org/jira/browse/ISIS-1686[ISIS-1686])
 
 Bootstrapping the application can now be accomplished with less boilerplate, both for the regular webapp and in integration tests.
 
@@ -120,7 +120,7 @@ For more information, see the xref:../ugtst/ugtst.adoc#_ugtst_integ-test-support
 
 
 [[_migration-notes_1.14.0-to-1.15.0_ISIS-1630]]
-== Fix for view models optionality (link:https://issues.apache.org/jira/browse/ISIS-1630[ISIS-1630]
+== Fix for view models optionality (link:https://issues.apache.org/jira/browse/ISIS-1630[ISIS-1630])
 
 This ticket fixed a bug whereby - in the absence of an explicit `@Property(optionality=...)` or `@Nullable` annotation, a view model's properties would be defaulted as optional rather than mandatory.
 
@@ -134,7 +134,7 @@ You should therefore inspect all properties of your view models and ensure that
 [[_migration-notes_1.14.0-to-1.15.0_ISIS-1595]]
 == Fix to config variable (link:https://issues.apache.org/jira/browse/ISIS-1595[ISIS-1595])
 
-The configuration property xref:../guides/rgcfg/rgcfg.adoc#__rgcfg_configuring-core_metamodel-validation[] `isis.reflector.validator.jdoqlVariablesClause` was incorrectly named `variablesClause`.
+The configuration property xref:../guides/rgcfg/rgcfg.adoc#__rgcfg_configuring-core_metamodel-validation[ `isis.reflector.validator.jdoqlVariablesClause`] was incorrectly named `variablesClause`.
 This has now been corrected.
 
 Any applications that used this configuration property should be updated.

-- 
To stop receiving notification emails like this one, please contact
['"commits@isis.apache.org" <co...@isis.apache.org>'].