View | Details | Raw Unified | Return to bug 305732
Collapse All | Expand All

(-)src/org/eclipse/core/internal/resources/ComputeProjectOrder.java (-1 / +1 lines)
Lines 445-451 Link Here
445
	}
445
	}
446
446
447
	/**
447
	/**
448
	 * Sorts the given list of probject in a manner that honors the given
448
	 * Sorts the given list of project in a manner that honors the given
449
	 * project reference relationships. That is, if project A references project
449
	 * project reference relationships. That is, if project A references project
450
	 * B, then the resulting order will list B before A if possible. For graphs
450
	 * B, then the resulting order will list B before A if possible. For graphs
451
	 * that do not contain cycles, the result is the same as a conventional
451
	 * that do not contain cycles, the result is the same as a conventional

Return to bug 305732