mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fixed 283314. DsfExecutable wrongly annotated as Immutable
This commit is contained in:
parent
768e0a0ed9
commit
7920146a21
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ import org.eclipse.core.runtime.Platform;
|
|||
*
|
||||
* @since 1.0
|
||||
*/
|
||||
@Immutable
|
||||
@ThreadSafe
|
||||
public class DsfExecutable {
|
||||
/**
|
||||
* Flag indicating that tracing of the DSF executor is enabled. It enables
|
||||
|
|
Loading…
Add table
Reference in a new issue