mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
RDCT-555 Sync language level to the client: fix "Root package for module ... must be ..." test failure
(cherry picked from commit dad61f9329d3a35ab76617e6514f067b52cfdf55) IJ-MR-116786 GitOrigin-RevId: 7f8bb2c62e7a33daf8030293620e5801cf1eb7dd
This commit is contained in:
committed by
intellij-monorepo-bot
parent
bd349939e2
commit
728987fd11
@@ -1,6 +1,6 @@
|
||||
<idea-plugin package="com.intellij">
|
||||
<module value="com.intellij.java.frontback.psi.impl" />
|
||||
<extensions defaultExtensionNs="com.intellij">
|
||||
<projectCustomDataSynchronizer implementation="com.intellij.lang.java.JavaLangLevelProjectCustomDataSynchronizer"/>
|
||||
<projectCustomDataSynchronizer implementation="com.intellij.java.frontback.psi.impl.JavaLangLevelProjectCustomDataSynchronizer"/>
|
||||
</extensions>
|
||||
</idea-plugin>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
package com.intellij.lang.java
|
||||
package com.intellij.java.frontback.psi.impl
|
||||
|
||||
import com.intellij.openapi.project.Project
|
||||
import com.intellij.openapi.project.ProjectCustomDataSynchronizer
|
||||
Reference in New Issue
Block a user