1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 17:56:01 +02:00

Bug 321084: Updated the example.

This commit is contained in:
Marc Khouzam 2010-08-31 16:04:21 +00:00
parent ca255eb6e6
commit 640a85e0cb

View file

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