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 2014/02/15 16:17:28 UTC

[3/3] git commit: ISIS-697: cosmetic fix to todo example app

ISIS-697: cosmetic fix to todo example app


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

Branch: refs/heads/master
Commit: 8357cdf50f00b89b53a703af482831996c6e4937
Parents: a67ad55
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Sat Feb 15 15:03:52 2014 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Sat Feb 15 15:03:52 2014 +0000

----------------------------------------------------------------------
 .../src/main/java/webapp/prototyping/DeveloperUtilities.java    | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/8357cdf5/example/application/quickstart_wicket_restful_jdo/webapp/src/main/java/webapp/prototyping/DeveloperUtilities.java
----------------------------------------------------------------------
diff --git a/example/application/quickstart_wicket_restful_jdo/webapp/src/main/java/webapp/prototyping/DeveloperUtilities.java b/example/application/quickstart_wicket_restful_jdo/webapp/src/main/java/webapp/prototyping/DeveloperUtilities.java
index 70100e4..19b342d 100644
--- a/example/application/quickstart_wicket_restful_jdo/webapp/src/main/java/webapp/prototyping/DeveloperUtilities.java
+++ b/example/application/quickstart_wicket_restful_jdo/webapp/src/main/java/webapp/prototyping/DeveloperUtilities.java
@@ -39,5 +39,10 @@ public class DeveloperUtilities extends DeveloperUtilitiesServiceDefault {
         return super.downloadLayouts();
     }
 
+    @MemberOrder(name="Prototyping", sequence="90.3")
+    @Override
+    public void refreshServices() {
+        super.refreshServices();
+    }
 }