From f0cda1497d9a5e7b8463d8ee5f3e4a362b40bb7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 20 Jun 2019 16:25:22 +0200 Subject: [PATCH] Notable change: link CachedValueStabilityChecker --- reference_guide/api_notable/api_notable_list_2019.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference_guide/api_notable/api_notable_list_2019.md b/reference_guide/api_notable/api_notable_list_2019.md index b81d2ab16..26926e1a4 100644 --- a/reference_guide/api_notable/api_notable_list_2019.md +++ b/reference_guide/api_notable/api_notable_list_2019.md @@ -48,4 +48,4 @@ Unbundled plugins in IntelliJ IDEA : Assert references are created for the given underlying `PsiElement`. [Issue](https://youtrack.jetbrains.com/issue/IDEA-203954) `CachedValue` more strict assertions -: Enabled in tests and EAP/internal mode, see `CachedValueStabilityChecker` Javadoc. +: Enabled in tests and EAP/internal mode, see [`CachedValueStabilityChecker`](upsource:///platform/core-impl/src/com/intellij/util/CachedValueStabilityChecker.java) Javadoc.