You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by da...@apache.org on 2023/03/20 09:43:38 UTC

[causeway] 09/09: CAUSEWAY-3255 : improves docs

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

commit 3354cbb5d8b0b9b769f8f586499bc3b0faf3f7bd
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Mar 20 09:39:43 2023 +0000

    CAUSEWAY-3255 : improves docs
---
 .../testing/fixtures/applib/fixturescripts/FixtureScripts.java        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/fixtures/applib/src/main/java/org/apache/causeway/testing/fixtures/applib/fixturescripts/FixtureScripts.java b/testing/fixtures/applib/src/main/java/org/apache/causeway/testing/fixtures/applib/fixturescripts/FixtureScripts.java
index 716602e686..bafed10f24 100644
--- a/testing/fixtures/applib/src/main/java/org/apache/causeway/testing/fixtures/applib/fixturescripts/FixtureScripts.java
+++ b/testing/fixtures/applib/src/main/java/org/apache/causeway/testing/fixtures/applib/fixturescripts/FixtureScripts.java
@@ -297,9 +297,9 @@ public class FixtureScripts {
      * </p>
      *
      * <p>
-     *     <b>NOTE</b>: this method can only be used for {@link FixtureScript} implementations that are discoverable
+     *     NOTE: this method can only be used for {@link FixtureScript} implementations that are discoverable
      *     by Spring (eg annotated with {@link org.springframework.stereotype.Service} or
-     *     {@link org.springframework.stereotype.Component}.  <i>Moreover</i>, the {@link FixtureScript} must <i>not</i>
+     *     {@link org.springframework.stereotype.Component}.  Moreover, the {@link FixtureScript} must <i>not</i>
      *     be a view model, ie must not be annotated with {@link org.apache.causeway.applib.annotation.DomainObject}.
      *     (This is because the lifecycle of view models is unknown to by Spring).
      *     Instead, use {@link #runFixtureScript(FixtureScript, String)}, passing in the {@link FixtureScript} instance.