api: Stabilize the SynchronixationContext class (#10130)

This commit is contained in:
Terry Wilson 2023-05-04 11:27:35 -07:00 committed by GitHub
parent b5800edd76
commit 21ff7a010a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -57,7 +57,6 @@ import javax.annotation.concurrent.ThreadSafe;
* @since 1.17.0
*/
@ThreadSafe
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/4984")
public final class SynchronizationContext implements Executor {
private final UncaughtExceptionHandler uncaughtExceptionHandler;