mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
Make setRootElement of Artifact as NotNull
GitOrigin-RevId: 3081de73218e545af2d5b2153e4fe34053ecb339
This commit is contained in:
committed by
intellij-monorepo-bot
parent
df7ceb39ce
commit
49c9e1824f
@@ -28,7 +28,7 @@ public interface ModifiableArtifact extends Artifact {
|
||||
|
||||
void setName(@NotNull @NlsSafe String name);
|
||||
|
||||
void setRootElement(CompositePackagingElement<?> root);
|
||||
void setRootElement(@NotNull CompositePackagingElement<?> root);
|
||||
|
||||
/**
|
||||
* Sets custom properties corresponding to {@code provider} in the artifact configuration. If {@code properties} is {@code null} custom
|
||||
|
||||
Reference in New Issue
Block a user