diff --git a/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/util/EObjectSelectionUtils.java b/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/util/EObjectSelectionUtils.java index 17cba06f738bb54536da5a9624229f36e6311729..08887dd585ae559e794dceefb70f36d0635296ac 100644 --- a/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/util/EObjectSelectionUtils.java +++ b/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/util/EObjectSelectionUtils.java @@ -73,7 +73,11 @@ public final class EObjectSelectionUtils { return null; } - /** Try to retrieve an EObject from an Object. */ + /** + * TODO (dan): the name of this method is really strange - it breaks the Java and AF3 naming + * conventions + * Try to retrieve an EObject from an Object. + */ private static EObject EObjectOfObject(Object o) { if(o instanceof EObject) { return (EObject)o;