Skip to content
Snippets Groups Projects
Commit a9bad1aa authored by Vincent Aravantinos's avatar Vincent Aravantinos
Browse files

comment improvement

refs 2553
parent fb55e90b
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ import org.fortiss.tooling.kernel.utils.EcoreUtils;
* @author aravantinos
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: AFD52DEE6B1A824DFF4817C28AA8A442
* @ConQAT.Rating YELLOW Hash: DFE7BB929A7FFD5E807F6C4B873BE83E
*/
public class ConstraintsUIUtils {
......@@ -300,6 +300,7 @@ public class ConstraintsUIUtils {
@Override
public String getText(Object element) {
ConstraintInstance cstr = getConstraint.apply(element);
// the following call CANNOT BE INLINED
String mainMsg = ConstraintsUIUtils.getText(cstr);
return mainMsg + (withHint ? " " + ConstraintsUIUtils.getHint(cstr) : "");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment