mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 08:09:39 +07:00
generating icon classes with size in javadoc instead of plain comment: one-liner javadoc
This commit is contained in:
@@ -14,8 +14,5 @@ public final class RestIcons {
|
||||
return IconLoader.getIcon(path, RestIcons.class);
|
||||
}
|
||||
|
||||
/**
|
||||
* 16x16
|
||||
*/
|
||||
public static final Icon Rst = load("/icons/com/jetbrains/rest/rst.png");
|
||||
/** 16x16 */ public static final Icon Rst = load("/icons/com/jetbrains/rest/rst.png");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user