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 2019/12/05 09:34:56 UTC

[isis-app-helloworld] branch master updated: update after ISIS-2213 ... changed package

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-app-helloworld.git


The following commit(s) were added to refs/heads/master by this push:
     new 8135de0  update after ISIS-2213 ... changed package
8135de0 is described below

commit 8135de0d4d41fd1c53be670d01b8b213c21f4179
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Dec 5 09:34:14 2019 +0000

    update after ISIS-2213 ... changed package
---
 src/main/java/domainapp/webapp/HelloWorldApp.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/domainapp/webapp/HelloWorldApp.java b/src/main/java/domainapp/webapp/HelloWorldApp.java
index eecbcf0..d6d92fd 100644
--- a/src/main/java/domainapp/webapp/HelloWorldApp.java
+++ b/src/main/java/domainapp/webapp/HelloWorldApp.java
@@ -7,7 +7,7 @@ import org.apache.isis.extensions.h2console.dom.IsisExtH2ConsoleModule;
 import org.apache.isis.persistence.jdo.datanucleus5.IsisBootDataNucleus;
 import org.apache.isis.runtime.spring.IsisBoot;
 import org.apache.isis.security.shiro.IsisBootSecurityShiro;
-import org.apache.isis.viewer.restfulobjects.server.IsisBootViewerRestfulObjects;
+import org.apache.isis.viewer.restfulobjects.viewer.IsisBootViewerRestfulObjects;
 import org.apache.isis.viewer.wicket.viewer.IsisBootViewerWicket;
 import org.springframework.boot.SpringApplication;
 import org.springframework.boot.autoconfigure.SpringBootApplication;