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 2016/01/31 11:57:19 UTC

[03/18] isis git commit: ISIS-1287: fixing tiny errors in live template and in JAXB file template

ISIS-1287: fixing tiny errors in live template and in JAXB file template


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

Branch: refs/heads/ISIS-993
Commit: 5de42bbd377651239faf142cc38e0f517edff8d4
Parents: 271f967
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Thu Jan 28 08:23:34 2016 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Thu Jan 28 08:23:34 2016 +0000

----------------------------------------------------------------------
 ...j-settings-file-templates-for-apache-isis.jar | Bin 9104 -> 9105 bytes
 .../resources/templates/isis-templates-idea.xml  |   2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/5de42bbd/adocs/documentation/src/main/asciidoc/resources/templates/intellij-settings-file-templates-for-apache-isis.jar
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/resources/templates/intellij-settings-file-templates-for-apache-isis.jar b/adocs/documentation/src/main/asciidoc/resources/templates/intellij-settings-file-templates-for-apache-isis.jar
index 93d1345..2d6771c 100644
Binary files a/adocs/documentation/src/main/asciidoc/resources/templates/intellij-settings-file-templates-for-apache-isis.jar and b/adocs/documentation/src/main/asciidoc/resources/templates/intellij-settings-file-templates-for-apache-isis.jar differ

http://git-wip-us.apache.org/repos/asf/isis/blob/5de42bbd/adocs/documentation/src/main/asciidoc/resources/templates/isis-templates-idea.xml
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/resources/templates/isis-templates-idea.xml b/adocs/documentation/src/main/asciidoc/resources/templates/isis-templates-idea.xml
index 916bceb..6b6f195 100644
--- a/adocs/documentation/src/main/asciidoc/resources/templates/isis-templates-idea.xml
+++ b/adocs/documentation/src/main/asciidoc/resources/templates/isis-templates-idea.xml
@@ -60,7 +60,7 @@
       <option name="OTHER" value="false" />
     </context>
   </template>
-  <template name="isa-p-val" value="public String validate$ParamNum}$ActionName$(final $ParameterType$ $parameterType$) {&#10;    return $END$null; // TODO: return reason why action argument are invalid, null if ok&#10;}" description="Apache Isis Action parameter validation" toReformat="true" toShortenFQNames="true">
+  <template name="isa-p-val" value="public String validate$ParamNum$$ActionName$(final $ParameterType$ $parameterType$) {&#10;    return $END$null; // TODO: return reason why action argument are invalid, null if ok&#10;}" description="Apache Isis Action parameter validation" toReformat="true" toShortenFQNames="true">
     <variable name="ActionName" expression="&quot;ActionName&quot;" defaultValue="" alwaysStopAt="true" />
     <variable name="ParameterType" expression="className()" defaultValue="" alwaysStopAt="true" />
     <variable name="parameterType" expression="suggestVariableName()" defaultValue="" alwaysStopAt="true" />