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 2020/01/04 14:41:19 UTC

[isis] 08/08: ISIS-2158: sh sync_adoc.sh

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

commit 1f7ce8eeaf779b52bc2d60d8800d4fe0a5fcee1c
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sat Jan 4 14:34:02 2020 +0000

    ISIS-2158: sh sync_adoc.sh
---
 .../src/main/doc/modules/applib-ant/examples/annotation/HomePage.java   | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/core/applib/src/main/doc/modules/applib-ant/examples/annotation/HomePage.java b/core/applib/src/main/doc/modules/applib-ant/examples/annotation/HomePage.java
index c29c668..05b4954 100644
--- a/core/applib/src/main/doc/modules/applib-ant/examples/annotation/HomePage.java
+++ b/core/applib/src/main/doc/modules/applib-ant/examples/annotation/HomePage.java
@@ -25,6 +25,8 @@ import java.lang.annotation.Retention;
 import java.lang.annotation.RetentionPolicy;
 import java.lang.annotation.Target;
 
+import org.apache.isis.applib.ViewModel;
+
 /**
  * Indicates that the (no-arg) action (on a domain service) to be invoked automatically
  * and the contents used for the home page.