Skip to content

Commit dbf2826

Browse files
committed
add operating system annotation
1 parent 87274a6 commit dbf2826

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/org/cryptomator/linux/quickaccess/NautilusBookmarks.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package org.cryptomator.linux.quickaccess;
22

33
import org.cryptomator.integrations.common.CheckAvailability;
4+
import org.cryptomator.integrations.common.OperatingSystem;
45
import org.cryptomator.integrations.common.Priority;
56
import org.cryptomator.integrations.quickaccess.QuickAccessService;
67
import org.cryptomator.integrations.quickaccess.QuickAccessServiceException;
@@ -17,6 +18,7 @@
1718

1819
@Priority(100)
1920
@CheckAvailability
21+
@OperatingSystem(OperatingSystem.Value.LINUX)
2022
public class NautilusBookmarks implements QuickAccessService {
2123

2224
private static final int MAX_FILE_SIZE = 4096;

0 commit comments

Comments
 (0)