Skip to content

Commit 109af13

Browse files
committed
Remove TODO comment for macOS support in FileOpenHelper
1 parent 2209928 commit 109af13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/de/doubleslash/keeptime/common/FileOpenHelper.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ public static boolean openFile(final String filePath) {
4242
} else if (OS.isLinux()) {
4343
openFileLinux(rt, filePath);
4444
} else {
45-
// TODO implement for MAC
4645
LOG.warn("OS '{}' is not supported", OS.getOSName());
4746
}
4847
return true;

0 commit comments

Comments
 (0)