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 2021/06/09 05:37:22 UTC

[isis] 01/02: ISIS-2727: fixes javadoc is all

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

danhaywood pushed a commit to branch ISIS-2727
in repository https://gitbox.apache.org/repos/asf/isis.git

commit be8fd689fcff437673113f1dc502c698dc702c71
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Wed Jun 9 06:34:40 2021 +0100

    ISIS-2727: fixes javadoc is all
---
 .../java/org/apache/isis/applib/services/iactn/ExecutionContext.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/api/applib/src/main/java/org/apache/isis/applib/services/iactn/ExecutionContext.java b/api/applib/src/main/java/org/apache/isis/applib/services/iactn/ExecutionContext.java
index ac77e95..bde018c 100644
--- a/api/applib/src/main/java/org/apache/isis/applib/services/iactn/ExecutionContext.java
+++ b/api/applib/src/main/java/org/apache/isis/applib/services/iactn/ExecutionContext.java
@@ -33,7 +33,7 @@ import lombok.Value;
 import lombok.With;
 
 /**
- * Provides the user and scenario specific environment for an {@link Execution}
+ * Provides the user and scenario specific environment for an {@link Interaction}.
  *
  * @since 2.0 {@index}
  */