Make setRootElement of Artifact as NotNull

GitOrigin-RevId: 3081de73218e545af2d5b2153e4fe34053ecb339
This commit is contained in:
Alex Plate
2021-04-13 17:31:41 +03:00
committed by intellij-monorepo-bot
parent df7ceb39ce
commit 49c9e1824f
2 changed files with 2 additions and 2 deletions

View File

@@ -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