Skip to content

Commit

Permalink
Fix Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dfuchss committed Sep 27, 2024
1 parent c035572 commit e0ab5c2
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

// This class follows IntelliJ's code style conventions
public final class ArtemisIcons {
private ArtemisIcons() {
throw new IllegalStateException("Utility class");
}
public static final Icon AnnotationsGutter1 = IconLoader.getIcon("/icons/annotation1.svg", ArtemisIcons.class);
public static final Icon AnnotationsGutter2 = IconLoader.getIcon("/icons/annotation2.svg", ArtemisIcons.class);
public static final Icon AnnotationsGutter3 = IconLoader.getIcon("/icons/annotation3.svg", ArtemisIcons.class);
Expand Down

0 comments on commit e0ab5c2

Please sign in to comment.