Skip to content
Snippets Groups Projects
Commit 43ea5715 authored by Florian Hölzl's avatar Florian Hölzl
Browse files

fixed plugin ID

parent cf3c0f83
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ import org.osgi.framework.BundleContext;
public class ToolingBaseUIActivator extends AbstractUIPlugin {
/** The plug-in ID. */
public static final String PLUGIN_ID = "org.fortiss.tooling.kernel.base.ui"; //$NON-NLS-1$
public static final String PLUGIN_ID = "org.fortiss.tooling.base.ui"; //$NON-NLS-1$
/** The shared instance. */
private static ToolingBaseUIActivator plugin;
......
......@@ -74,7 +74,7 @@ public abstract class NodeEditPartBase<T extends ILayoutedModelElement & INamedC
*/
@Override
protected final IFigure createFigure() {
final IFigure figure = createBaseFigure();
IFigure figure = createBaseFigure();
figure.setBackgroundColor(getBackgroundColor());
figure.setLayoutManager(new XYLayout());
......
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