mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 09:46:02 +02:00
Fixed typos in comment
This commit is contained in:
parent
f138b26d24
commit
0df87d142e
1 changed files with 2 additions and 2 deletions
|
@ -18,11 +18,11 @@ import java.lang.annotation.RetentionPolicy;
|
|||
import java.lang.annotation.Target;
|
||||
|
||||
/**
|
||||
* Annotation idicating that given package, class, method, can be accessed on
|
||||
* Annotation indicating that given package, class, method, can be accessed on
|
||||
* any thread, except on the dispatch thread of given DsfExecutor.
|
||||
* <br> This restriction is desirable if it is expected that the implementation
|
||||
* behavior is to block the calling thread and execute a transaction using an
|
||||
* executor. In this situation, if the call is made on the executor's dispach
|
||||
* executor. In this situation, if the call is made on the executor's dispatch
|
||||
* thread, the execution would dead-lock.
|
||||
* <br>
|
||||
* If declared on package or type, a field or method could still be declared
|
||||
|
|
Loading…
Add table
Reference in a new issue