Skip to content
Snippets Groups Projects
Commit 8ada8d5d authored by Daniel Ratiu's avatar Daniel Ratiu
Browse files

RED

refs 1940
parent ef7bf38e
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
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