We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 805c62b commit f99e22cCopy full SHA for f99e22c
src/main/java/com/ss/editor/ui/component/painting/PaintingComponent.java
@@ -4,9 +4,9 @@
4
import com.ss.editor.annotation.FxThread;
5
import com.ss.editor.ui.component.editor.state.EditorState;
6
import com.ss.rlib.util.HasName;
7
-import com.sun.istack.internal.Nullable;
8
import javafx.scene.image.Image;
9
import org.jetbrains.annotations.NotNull;
+import org.jetbrains.annotations.Nullable;
10
11
/**
12
* The interface to implement a component to paint something.
0 commit comments