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 2013/11/19 09:24:43 UTC

[6/6] git commit: ISIS-595: also fixing example app for simple archetype...

ISIS-595: also fixing example app for simple archetype...

... SimpleObjects#create mistakenly indicated as @Bookmarkable but has
non-safe @ActionSemantics


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

Branch: refs/heads/master
Commit: a9ae3c35da961b74557fb6f8b20135b5f15374b4
Parents: c713ad0
Author: Dan Haywood <da...@apache.org>
Authored: Tue Nov 19 08:07:12 2013 +0000
Committer: Dan Haywood <da...@apache.org>
Committed: Tue Nov 19 08:07:12 2013 +0000

----------------------------------------------------------------------
 .../dom/src/main/java/dom/simple/SimpleObjects.java                 | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/a9ae3c35/example/application/simple_wicket_restful_jdo/dom/src/main/java/dom/simple/SimpleObjects.java
----------------------------------------------------------------------
diff --git a/example/application/simple_wicket_restful_jdo/dom/src/main/java/dom/simple/SimpleObjects.java b/example/application/simple_wicket_restful_jdo/dom/src/main/java/dom/simple/SimpleObjects.java
index 8002f70..5bca784 100644
--- a/example/application/simple_wicket_restful_jdo/dom/src/main/java/dom/simple/SimpleObjects.java
+++ b/example/application/simple_wicket_restful_jdo/dom/src/main/java/dom/simple/SimpleObjects.java
@@ -58,7 +58,6 @@ public class SimpleObjects extends AbstractFactoryAndRepository {
     // Create (action)
     // //////////////////////////////////////
     
-    @Bookmarkable
     @MemberOrder(sequence = "2")
     public SimpleObject create(
             final @Named("Name") String name) {