Skip to content

Commit f1e4346

Browse files
committed
[ misc ] Some other improvements. Preparing for a release.
1 parent 177d359 commit f1e4346

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

res/icons/const.svg

Lines changed: 1 addition & 1 deletion
Loading

src/icons/JuliaIcons.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ public interface JuliaIcons {
1717
@NotNull Icon JOJO_ICON = IconLoader.getIcon("/icons/jojo.png");
1818
@NotNull Icon JULIA_MODULE_ICON = IconLoader.getIcon("/icons/julia_module.png");
1919
@NotNull Icon JULIA_TYPE_ICON = IconLoader.getIcon("/icons/julia_type.png");
20-
@NotNull
21-
Icon JULIA_ABSTRACT_TYPE_ICON = IconLoader.getIcon("/icons/julia_abstract_type.png");
20+
@NotNull Icon JULIA_ABSTRACT_TYPE_ICON = IconLoader.getIcon("/icons/julia_abstract_type.png");
2221
@NotNull Icon JULIA_FUNCTION_ICON = IconLoader.getIcon("/icons/field.png");
2322
@NotNull Icon JULIA_VARIABLE_ICON = IconLoader.getIcon("/icons/field_variable.png");
2423
@NotNull Icon JULIA_CONST_ICON = IconLoader.getIcon("/icons/const.png");

0 commit comments

Comments
 (0)