1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-13 19:25:38 +02:00

Bug 321084: Undo previous comment change. It was mis-leading.

This commit is contained in:
Marc Khouzam 2010-08-31 16:05:46 +00:00
parent 640a85e0cb
commit 0ea29b6195

View file

@ -62,8 +62,8 @@ import org.eclipse.core.runtime.Status;
* return new String[] { "step1", "step2" }; * return new String[] { "step1", "step2" };
* } * }
* *
* // Let the base class handle its own groups. * // An invalid group was requested
* return super.getExecutionOrder(group); * return null;
* } * }
* *
* {@code @Execute} * {@code @Execute}