From 6dd342b8e4aa1e54fd64ea05cc2dd9eacd18cdaf Mon Sep 17 00:00:00 2001 From: Nikita Iarychenko Date: Tue, 11 Mar 2025 16:31:36 +0400 Subject: [PATCH] OPENIDE change url for download spell checking library (cherry picked from commit 0c57589e41da15a2a13814e61d266259aeb19895) (cherry picked from commit e1769602d24b5a5a5864996d9f2c7acf7e7a26d5) (cherry picked from commit ce902a8390a99b4dbfa84348c0441149c58fa925) (cherry picked from commit b18e12614df5fa818a320e2f5e5c572c49f26a5f) --- .../grazie/src/main/kotlin/com/intellij/grazie/GraziePlugin.kt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/grazie/src/main/kotlin/com/intellij/grazie/GraziePlugin.kt b/plugins/grazie/src/main/kotlin/com/intellij/grazie/GraziePlugin.kt index 325331574b59..a3b8d9838804 100644 --- a/plugins/grazie/src/main/kotlin/com/intellij/grazie/GraziePlugin.kt +++ b/plugins/grazie/src/main/kotlin/com/intellij/grazie/GraziePlugin.kt @@ -1,4 +1,7 @@ // 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. +// +// Modified by Nikita Iarychenko at 2025 as part of the OpenIDE project (https://openide.ru). +// Any modifications are available on the same license terms as the original source code. package com.intellij.grazie import com.intellij.codeInsight.daemon.DaemonCodeAnalyzer