mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 09:00:20 +07:00
Update General Threading Rules to Threading Model (labels and links)
GitOrigin-RevId: 45406f37f0c5387267708a880de123bd7972f5ac
This commit is contained in:
committed by
intellij-monorepo-bot
parent
bba418960e
commit
d254beda2b
@@ -1,4 +1,4 @@
|
||||
// Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
// Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
package com.intellij.openapi.progress;
|
||||
|
||||
import com.intellij.openapi.diagnostic.ControlFlowException;
|
||||
@@ -20,7 +20,7 @@ import java.util.concurrent.CancellationException;
|
||||
* </p>
|
||||
*
|
||||
* @see com.intellij.openapi.progress.ProgressIndicator#checkCanceled()
|
||||
* @see <a href="https://plugins.jetbrains.com/docs/intellij/general-threading-rules.html">General Threading Rules</a>
|
||||
* @see <a href="https://plugins.jetbrains.com/docs/intellij/threading-model.html">Threading Model</a>
|
||||
*/
|
||||
public class ProcessCanceledException extends CancellationException implements ControlFlowException {
|
||||
public ProcessCanceledException() { }
|
||||
|
||||
Reference in New Issue
Block a user