[IFT] Remove shared indexes remark because shared indexes message is muted when training is started

GitOrigin-RevId: 573172efeb1fb91524aab698140209d1c00196bc
This commit is contained in:
Alexey Merkulov
2021-03-26 13:47:52 +03:00
committed by intellij-monorepo-bot
parent c4b4c0e62a
commit 27bd099fbc
2 changed files with 1 additions and 7 deletions

View File

@@ -1,6 +1,3 @@
readme.shared.indexes.remark=You may notice a message prompting to download shared indexes. If you have a good internet connection, \
you can accept the suggestion and speed up the project initialization.
java.surround.and.unwrap.help.unwrapping.and.removing.statements=Working with code statements
java.basic.completion.choose.first=You can choose the first item from the Lookup menu by pressing {0}.

View File

@@ -38,10 +38,7 @@ class JavaLangSupport : AbstractLangSupport() {
override val langCourseFeedback get() = getFeedbackLink(this, false)
override val readMeCreator: ReadMeCreator = object : ReadMeCreator() {
private val sharedIndexesRemark: String = JavaLessonsBundle.message("readme.shared.indexes.remark")
override val indexingDescription = "${super.indexingDescription}\n\n$sharedIndexesRemark"
}
override val readMeCreator= ReadMeCreator()
override fun installAndOpenLearningProject(projectPath: Path,
projectToClose: Project?,