mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Typos
Change-Id: I0e19143c5450f96e4551adf65c69fbb128fbf618 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
This commit is contained in:
parent
9e3d6af77f
commit
85cbac3dd0
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ import java.lang.annotation.RetentionPolicy;
|
|||
import java.lang.annotation.Target;
|
||||
|
||||
/**
|
||||
* Annotation idicating that given package, class, method, or field can be
|
||||
* access safely only from a DSF executor thread. If declared on package or type,
|
||||
* Annotation indicating that the given package, class, method, or field can be
|
||||
* accessed safely only from a DSF executor thread. If declared on a package or type,
|
||||
* a field or method could still be declared with an annotation indicating that it's
|
||||
* thread-safe.
|
||||
* <p>
|
||||
|
|
Loading…
Add table
Reference in a new issue