You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2018/04/12 22:45:14 UTC

[isis] branch master updated: ISIS-1599 fixes typo in message

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

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 0977f87  ISIS-1599 fixes typo in message
0977f87 is described below

commit 0977f878e33c201b1dbc8e7d85a5098c3e237c34
Author: Andi Huber <ah...@apache.org>
AuthorDate: Fri Apr 13 00:45:06 2018 +0200

    ISIS-1599 fixes typo in message
---
 .../actions/action/ActionChoicesForCollectionParameterFacetFactory.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/metamodel/src/main/java/org/apache/isis/core/metamodel/facets/actions/action/ActionChoicesForCollectionParameterFacetFactory.java b/core/metamodel/src/main/java/org/apache/isis/core/metamodel/facets/actions/action/ActionChoicesForCollectionParameterFacetFactory.java
index 6b95d00..8b5ae4f 100644
--- a/core/metamodel/src/main/java/org/apache/isis/core/metamodel/facets/actions/action/ActionChoicesForCollectionParameterFacetFactory.java
+++ b/core/metamodel/src/main/java/org/apache/isis/core/metamodel/facets/actions/action/ActionChoicesForCollectionParameterFacetFactory.java
@@ -117,7 +117,7 @@ public class ActionChoicesForCollectionParameterFacetFactory extends FacetFactor
                             // exact type List, Set, SortedSet or Collection.
                     		if(!collectionSemantics.value().isSupportedInterfaceForActionParameters()) {
                     			validationFailures.add(
-                                        "Collection action parameter found that is not exaclty one "
+                                        "Collection action parameter found that is not exactly one "
                                         + "of the following supported types: "
                                         + "List, Set, SortedSet or Collection.  "
                                         + "Class: %s action: %s parameter %d",

-- 
To stop receiving notification emails like this one, please contact
ahuber@apache.org.