Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2012-11-20 11:51:47 +0000
committerHenrik Rentz-Reichert2012-11-20 11:51:47 +0000
commit3ac8c040f9ee56ff214e10b99c17c2c580cbf132 (patch)
tree6c4373db11330dbdb76f7eaf96dd4a1183773119
parent424687853cbc3fc96578f55f9ae4804d49775b51 (diff)
downloadorg.eclipse.etrice-3ac8c040f9ee56ff214e10b99c17c2c580cbf132.tar.gz
org.eclipse.etrice-3ac8c040f9ee56ff214e10b99c17c2c580cbf132.tar.xz
org.eclipse.etrice-3ac8c040f9ee56ff214e10b99c17c2c580cbf132.zip
[core.room] minor change
-rw-r--r--plugins/org.eclipse.etrice.core.room/src/org/eclipse/etrice/core/validation/RoomJavaValidator.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.etrice.core.room/src/org/eclipse/etrice/core/validation/RoomJavaValidator.java b/plugins/org.eclipse.etrice.core.room/src/org/eclipse/etrice/core/validation/RoomJavaValidator.java
index 3f61284a6..496202f3f 100644
--- a/plugins/org.eclipse.etrice.core.room/src/org/eclipse/etrice/core/validation/RoomJavaValidator.java
+++ b/plugins/org.eclipse.etrice.core.room/src/org/eclipse/etrice/core/validation/RoomJavaValidator.java
@@ -270,7 +270,7 @@ public class RoomJavaValidator extends AbstractRoomJavaValidator {
@Check
- public void checkActorInstanceConfig(ActorInstanceMapping aim) {
+ public void checkActorInstanceMapping(ActorInstanceMapping aim) {
ActorContainerClass root = RoomHelpers.getParentContainer(aim);
if (root != null && !root.eIsProxy()) {
RefPath path = aim.getPath();

Back to the top