Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnsgar Radermacher2014-10-03 11:49:45 +0000
committerAnsgar Radermacher2014-10-03 11:51:50 +0000
commit648f12c43c96928186d1d3b81346005d0c40d4e3 (patch)
treebedb216261630517f4ecc6d13caabb8b7bc7d527 /plugins/sysml/org.eclipse.papyrus.sysml.service.types/src/org
parent663d4f3ba9b2da4427fcc639771ad5941a2ac044 (diff)
downloadorg.eclipse.papyrus-648f12c43c96928186d1d3b81346005d0c40d4e3.tar.gz
org.eclipse.papyrus-648f12c43c96928186d1d3b81346005d0c40d4e3.tar.xz
org.eclipse.papyrus-648f12c43c96928186d1d3b81346005d0c40d4e3.zip
445868 - [Model explorer] It would be useful to see the kind of an element in the tooltip
Diffstat (limited to 'plugins/sysml/org.eclipse.papyrus.sysml.service.types/src/org')
-rw-r--r--plugins/sysml/org.eclipse.papyrus.sysml.service.types/src/org/eclipse/papyrus/sysml/service/types/utils/ConnectorUtils.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/sysml/org.eclipse.papyrus.sysml.service.types/src/org/eclipse/papyrus/sysml/service/types/utils/ConnectorUtils.java b/plugins/sysml/org.eclipse.papyrus.sysml.service.types/src/org/eclipse/papyrus/sysml/service/types/utils/ConnectorUtils.java
index 9885dddb628..65486367ab2 100644
--- a/plugins/sysml/org.eclipse.papyrus.sysml.service.types/src/org/eclipse/papyrus/sysml/service/types/utils/ConnectorUtils.java
+++ b/plugins/sysml/org.eclipse.papyrus.sysml.service.types/src/org/eclipse/papyrus/sysml/service/types/utils/ConnectorUtils.java
@@ -273,11 +273,11 @@ public class ConnectorUtils extends org.eclipse.papyrus.uml.service.types.utils.
}
/**
- * Checks if is crossing encapuslation.
+ * Checks if is crossing encapsulation.
*
* @param nestedPath
* the nested path
- * @return true, if is crossing encapuslation <code>true</code> if we are breaking encapsulation (see SysML rules in SysML Standard 1.2, p.44):
+ * @return true, if is crossing encapsulation <code>true</code> if we are breaking encapsulation (see SysML rules in SysML Standard 1.2, p.44):
* isEncapsulated: Boolean [0..1] If true, then the block is treated as a black box; a part typed by this black box can only be connected
* via its ports or directly to its outer boundary. If false, or if a value is not present, then connections can be established to
* elements of its internal structure via deep-nested connector ends.

Back to the top