Skip to content

Commit

Permalink
modified comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Gruber committed Nov 6, 2017
1 parent bf99091 commit 782cfd1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Expand Up @@ -64,7 +64,11 @@
<strength>strong</strength>
<source>
<name>roleName</name>
<!-- source seems to be OK when using role (not meta) -->
<!--
- no idea how to replace thisObject by assignmentPath
- source seems to be OK when using role (not meta
-->
<!-- <path>$thisObject/name</path> -->
<path>$source/name</path>
</source>
<expression>
Expand Down
Expand Up @@ -65,7 +65,11 @@
<strength>strong</strength>
<source>
<name>roleName</name>
<!-- immediateRole seems to be OK when using metarole -->
<!--
- no idea how to replace thisObject by assignmentPath
- immediateRole seems to be OK when using metarole
-->
<!--<path>$thisObject/name</path> -->
<path>$immediateRole/name</path>
</source>
<expression>
Expand Down

0 comments on commit 782cfd1

Please sign in to comment.