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

Yet another review of the code.

parent 48b180be
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@ import org.conqat.lib.commons.reflect.ReflectionUtils;
import org.eclipse.core.runtime.IConfigurationElement;
import org.eclipse.core.runtime.IStatus;
import org.fortiss.tooling.kernel.ToolingKernelActivator;
import org.fortiss.tooling.kernel.internal.ConnectionCompositorService;
import org.fortiss.tooling.kernel.internal.ElementCompositorService;
import org.fortiss.tooling.kernel.util.ExtensionPointUtils;
import org.fortiss.tooling.kernel.util.LoggingUtils;
......@@ -58,11 +59,12 @@ import org.osgi.framework.Bundle;
* is <code>false</code>.
* </UL>
*
* TODO: {@link ElementCompositorService} or
* {@link ElementConnectionCompositorService}? An example implementation of a
* service based on this class is given by {@link ElementCompositorService}. The
* corresponding extension point schema is defined in
* <code>schema/modelElementConnectionCompositor.exsd</code>.
* TODO: {@link ElementCompositorService} or {@link ConnectionCompositorService}
* ?
*
* An example implementation of a service based on this class is given by
* {@link ElementCompositorService}. The corresponding extension point schema is
* defined in <code>schema/modelElementConnectionCompositor.exsd</code>.
*
* @author hoelzlf
* @author $Author$
......
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