[docs] update links to IntelliJ Platform SDK Docs

GitOrigin-RevId: 543b8a02e71e543f97d263a0de4df41e196ff5a0
This commit is contained in:
Yann Cébron
2024-02-14 18:01:11 +01:00
committed by intellij-monorepo-bot
parent c44138ebe8
commit 6aa203814a
15 changed files with 26 additions and 24 deletions

View File

@@ -18,7 +18,7 @@ import org.jetbrains.annotations.Nullable;
* </p>
*
* @see com.intellij.openapi.progress.ProgressIndicator#checkCanceled()
* @see <a href="https://www.jetbrains.org/intellij/sdk/docs/basics/architectural_overview/general_threading_rules.html">General Threading Rules</a>
* @see <a href="https://plugins.jetbrains.com/docs/intellij/general-threading-rules.html">General Threading Rules</a>
*/
public class ProcessCanceledException extends RuntimeException implements ControlFlowException {
public ProcessCanceledException() { }