mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 10:51:25 +07:00
remove dependency java-psi-api from projectModel-api
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="module" module-name="core-api" exported="" />
|
||||
<orderEntry type="module" module-name="projectModel-api" />
|
||||
</component>
|
||||
</module>
|
||||
|
||||
|
||||
@@ -36,10 +36,6 @@ import java.util.List;
|
||||
* User: anna
|
||||
* Date: 1/25/11
|
||||
*/
|
||||
@State(
|
||||
name = "NullableNotNullManager",
|
||||
storages = {@Storage( file = StoragePathMacros.PROJECT_FILE)}
|
||||
)
|
||||
public class NullableNotNullManager implements PersistentStateComponent<Element> {
|
||||
private static final Logger LOG = Logger.getInstance("#" + NullableNotNullManager.class.getName());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user