branch develop updated (e524885 -> 798b6a7)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository eugene. See http://git.nuiton.org/eugene.git from e524885 Use nuitonpom 3 new 798b6a7 fix missing stereotype stack The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 798b6a7791d47d70bbbc23368b071e1e745805fc Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Aug 17 16:38:44 2015 +0200 fix missing stereotype stack Summary of changes: .../src/main/java/org/nuiton/eugene/models/stereotype/Stereotypes.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository eugene. See http://git.nuiton.org/eugene.git commit 798b6a7791d47d70bbbc23368b071e1e745805fc Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Aug 17 16:38:44 2015 +0200 fix missing stereotype stack --- .../src/main/java/org/nuiton/eugene/models/stereotype/Stereotypes.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eugene/src/main/java/org/nuiton/eugene/models/stereotype/Stereotypes.java b/eugene/src/main/java/org/nuiton/eugene/models/stereotype/Stereotypes.java index 1d1f2ba..2bc9553 100644 --- a/eugene/src/main/java/org/nuiton/eugene/models/stereotype/Stereotypes.java +++ b/eugene/src/main/java/org/nuiton/eugene/models/stereotype/Stereotypes.java @@ -153,7 +153,7 @@ public class Stereotypes { * @return the orderer set of stack usage. */ public static LinkedHashSet<String> getUsageStack(String stereoTypeName, ObjectModelPackage aPackage, ObjectModelClass aClass) { - String suffix = ".stereotype." + stereoTypeName ; + String suffix = ".stereotype=" + stereoTypeName ; LinkedHashSet<String> stack = new LinkedHashSet<>(); stack.add("model" + suffix); -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm