From 91f5719449268aa6008a6d6c1c29fccc974c1e7f Mon Sep 17 00:00:00 2001
From: Daniel Ratiu <ratiu@fortiss.org>
Date: Tue, 27 Sep 2011 11:39:05 +0000
Subject: [PATCH] small refactoring

---
 .../fortiss/tooling/kernel/utils/ProjectRootElementUtils.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/utils/ProjectRootElementUtils.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/utils/ProjectRootElementUtils.java
index 45b4f7928..0456bd9d5 100644
--- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/utils/ProjectRootElementUtils.java
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/utils/ProjectRootElementUtils.java
@@ -82,7 +82,7 @@ public final class ProjectRootElementUtils {
 	 * {@link IIdLabeledReference} element or <code>null</code> if no such
 	 * element exists.
 	 */
-	public static EObject findElementById(IIdLabeledReference reference) {
+	public static EObject findReferencedElement(IIdLabeledReference reference) {
 		return findElementById(reference.getIdReference(),
 				IPersistencyService.INSTANCE.getTopLevelElementFor(reference)
 						.getRootModelElement());
-- 
GitLab