Commit 7001565c authored by Müller, Marco's avatar Müller, Marco
Browse files

Removes a warning

parent 16e87186
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -121,5 +121,5 @@ abstract class Mechanism {
	 * E.g. the MarkerInterfaceMechanism validates whether the given element is
	 * a type which implements the required interface.
	 */
	public abstract def boolean canHandle(IJavaElement codeElement, ENamedElement metaModelElement);
	abstract def boolean canHandle(IJavaElement codeElement, ENamedElement metaModelElement);
}