Skip to content

Commit 11926b7

Browse files
ctruedendscho
authored andcommitted
Accelerator: strengthen TODO to FIXME
1 parent bdc0d49 commit 11926b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/scijava/input/Accelerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ else if (components[i].equalsIgnoreCase("control") ||
158158
}
159159

160160
public static boolean isCtrlReplacedWithMeta() {
161-
// TODO: Relocate this platform-specific logic?
161+
// FIXME: Relocate this platform-specific logic.
162162
return System.getProperty("os.name").startsWith("Mac");
163163
}
164164

0 commit comments

Comments
 (0)