From 9bf024485c7e3b980870ea56d84e13c1075af9fd Mon Sep 17 00:00:00 2001 From: Alexey Kudravtsev Date: Tue, 20 Jan 2015 17:33:15 +0300 Subject: [PATCH] testonly --- .../codeInsight/daemon/impl/DaemonCodeAnalyzerImpl.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platform/lang-impl/src/com/intellij/codeInsight/daemon/impl/DaemonCodeAnalyzerImpl.java b/platform/lang-impl/src/com/intellij/codeInsight/daemon/impl/DaemonCodeAnalyzerImpl.java index 094a1fe6ab81..726b91c2f092 100644 --- a/platform/lang-impl/src/com/intellij/codeInsight/daemon/impl/DaemonCodeAnalyzerImpl.java +++ b/platform/lang-impl/src/com/intellij/codeInsight/daemon/impl/DaemonCodeAnalyzerImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2014 JetBrains s.r.o. + * Copyright 2000-2015 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -830,6 +830,7 @@ public class DaemonCodeAnalyzerImpl extends DaemonCodeAnalyzerEx implements Pers } } + @TestOnly synchronized DaemonProgressIndicator getUpdateProgress() { return myUpdateProgress; }