Commit 772af72d authored by Müller, Marco's avatar Müller, Marco
Browse files

removes debug method

parent 260f575d
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -33,12 +33,6 @@ public class BeansTransformation extends NinjaSingletonContainmentTransformation

	}

	@Override
	protected void doCreateChildTransformationsToCode(
			List<AbstractModelCodeTransformation<? extends EObject, ? extends IJavaElement>> result) {
		super.doCreateChildTransformationsToCode(result);
	}

	protected ClassMechanismTransformation<? extends Bean, IType> createSpecificTransformation(EObject modelElement) {
		if (modelElement instanceof CDIBean)
			return new CDIBeanTransformation(this);