1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00
Change-Id: I0e19143c5450f96e4551adf65c69fbb128fbf618
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
This commit is contained in:
Marc Khouzam 2013-12-05 06:45:41 -05:00
parent 9e3d6af77f
commit 85cbac3dd0

View file

@ -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>