mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
[jps model] API cleanup: remove unused deprecated API (IJPL-503)
GitOrigin-RevId: 34bd7dc6552c7732de65cf509a0c9e4b76f00553
This commit is contained in:
committed by
intellij-monorepo-bot
parent
3250b7ea1c
commit
3e11da3c44
@@ -124,7 +124,6 @@ org.jetbrains.jps.model.JpsGlobal
|
|||||||
- a:getPathMapper():org.jetbrains.jps.model.serialization.JpsPathMapper
|
- a:getPathMapper():org.jetbrains.jps.model.serialization.JpsPathMapper
|
||||||
- a:setPathMapper(org.jetbrains.jps.model.serialization.JpsPathMapper):V
|
- a:setPathMapper(org.jetbrains.jps.model.serialization.JpsPathMapper):V
|
||||||
org.jetbrains.jps.model.JpsModel
|
org.jetbrains.jps.model.JpsModel
|
||||||
- commit():V
|
|
||||||
- a:getGlobal():org.jetbrains.jps.model.JpsGlobal
|
- a:getGlobal():org.jetbrains.jps.model.JpsGlobal
|
||||||
- a:getProject():org.jetbrains.jps.model.JpsProject
|
- a:getProject():org.jetbrains.jps.model.JpsProject
|
||||||
- a:registerExternalReference(org.jetbrains.jps.model.JpsElementReference):V
|
- a:registerExternalReference(org.jetbrains.jps.model.JpsElementReference):V
|
||||||
|
|||||||
@@ -28,13 +28,4 @@ public interface JpsModel {
|
|||||||
JpsGlobal getGlobal();
|
JpsGlobal getGlobal();
|
||||||
|
|
||||||
void registerExternalReference(@NotNull JpsElementReference<?> reference);
|
void registerExternalReference(@NotNull JpsElementReference<?> reference);
|
||||||
|
|
||||||
/**
|
|
||||||
* @deprecated modifications of JpsModel were never fully supported, and they won't be since JpsModel will be superseded by
|
|
||||||
* {@link com.intellij.platform.workspace.storage the workspace model}.
|
|
||||||
* This method does nothing.
|
|
||||||
*/
|
|
||||||
@Deprecated(forRemoval = true)
|
|
||||||
default void commit() {
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user