Skip to content

Commit f99e22c

Browse files
committed
fixed build.
1 parent 805c62b commit f99e22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/ss/editor/ui/component/painting/PaintingComponent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
import com.ss.editor.annotation.FxThread;
55
import com.ss.editor.ui.component.editor.state.EditorState;
66
import com.ss.rlib.util.HasName;
7-
import com.sun.istack.internal.Nullable;
87
import javafx.scene.image.Image;
98
import org.jetbrains.annotations.NotNull;
9+
import org.jetbrains.annotations.Nullable;
1010

1111
/**
1212
* The interface to implement a component to paint something.

0 commit comments

Comments
 (0)