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/10/30 20:59:24 UTC

[isis] branch dev/2.0.0/ISIS-1632-meta-annotations updated: ISIS-1632: fixes integ test for simple object

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch dev/2.0.0/ISIS-1632-meta-annotations
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/dev/2.0.0/ISIS-1632-meta-annotations by this push:
     new 0d80269  ISIS-1632: fixes integ test for simple object
0d80269 is described below

commit 0d802697b46b7f898eb1338e288bd5d0fd7dfc82
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Oct 30 20:59:16 2017 +0000

    ISIS-1632: fixes integ test for simple object
---
 .../src/main/java/domainapp/modules/simple/dom/types/Name.java         | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/example/application/simpleapp/module-simple/src/main/java/domainapp/modules/simple/dom/types/Name.java b/example/application/simpleapp/module-simple/src/main/java/domainapp/modules/simple/dom/types/Name.java
index b126aba..789dd56 100644
--- a/example/application/simpleapp/module-simple/src/main/java/domainapp/modules/simple/dom/types/Name.java
+++ b/example/application/simpleapp/module-simple/src/main/java/domainapp/modules/simple/dom/types/Name.java
@@ -5,7 +5,6 @@ import java.lang.annotation.Retention;
 import java.lang.annotation.RetentionPolicy;
 import java.lang.annotation.Target;
 
-import org.apache.isis.applib.annotation.Editing;
 import org.apache.isis.applib.annotation.Meta;
 import org.apache.isis.applib.annotation.Parameter;
 import org.apache.isis.applib.annotation.ParameterLayout;
@@ -15,7 +14,7 @@ import org.apache.isis.applib.spec.AbstractSpecification2;
 
 @Meta
 // @Column(length = Name.MAX_LEN) // requires DN 5.x
-@Property(mustSatisfy = Name.NoExclamationMarks.class, maxLength = Name.MAX_LEN, editing = Editing.ENABLED)
+@Property(mustSatisfy = Name.NoExclamationMarks.class, maxLength = Name.MAX_LEN)
 @Parameter(mustSatisfy = Name.NoExclamationMarks.class, maxLength = Name.MAX_LEN)
 @ParameterLayout(named = "Name")
 @Target({ ElementType.METHOD, ElementType.FIELD, ElementType.PARAMETER, ElementType.ANNOTATION_TYPE })

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