1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 23:05:47 +02:00

Fixed 283314. DsfExecutable wrongly annotated as Immutable

This commit is contained in:
John Cortell 2009-07-13 14:17:39 +00:00
parent 768e0a0ed9
commit 7920146a21

View file

@ -26,7 +26,7 @@ import org.eclipse.core.runtime.Platform;
* *
* @since 1.0 * @since 1.0
*/ */
@Immutable @ThreadSafe
public class DsfExecutable { public class DsfExecutable {
/** /**
* Flag indicating that tracing of the DSF executor is enabled. It enables * Flag indicating that tracing of the DSF executor is enabled. It enables