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

(-)model/org/eclipse/jdt/core/compiler/CompilationParticipant.java (-2 / +2 lines)
Lines 38-45 Link Here
38
 */
38
 */
39
public abstract class CompilationParticipant {
39
public abstract class CompilationParticipant {
40
40
41
public static int READY_FOR_BUILD = 1;
41
	public final static int READY_FOR_BUILD = 1;
42
public static int NEEDS_FULL_BUILD = 2;
42
	public final static int NEEDS_FULL_BUILD = 2;
43
43
44
/**
44
/**
45
 * Notifies this participant that a build is about to start and provides it the opportunity to
45
 * Notifies this participant that a build is about to start and provides it the opportunity to

Return to bug 249584