Remove unnecessary RequiresEdt: IDEA-267043

Follow-up: 2c240dba

GitOrigin-RevId: 6eacb360b9d9afd7d231f61d59e1069f736c07cf
This commit is contained in:
Kirill Likhodedov
2021-05-25 14:53:14 +03:00
committed by intellij-monorepo-bot
parent 7f8b31766d
commit 070758ef97

View File

@@ -1,4 +1,4 @@
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.openapi.vcs.update;
import com.intellij.openapi.options.Configurable;
@@ -62,7 +62,6 @@ public interface UpdateEnvironment {
* Returns true if the {@link UpdateSession} created by this UpdateEnvironment will
* {@link UpdateSession#showNotification() show a custom notification} instead of the standard one.
*/
@RequiresEdt
default boolean hasCustomNotification() {
return false;
}