Skip to content

Commit d1c2623

Browse files
committed
make quickAccessService a named SPI
1 parent 65abccd commit d1c2623

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/org/cryptomator/integrations/quickaccess/QuickAccessService.java

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

33
import org.cryptomator.integrations.common.IntegrationsLoader;
4+
import org.cryptomator.integrations.common.NamedServiceProvider;
45
import org.jetbrains.annotations.Blocking;
56
import org.jetbrains.annotations.NotNull;
67

@@ -13,7 +14,7 @@
1314
* @apiNote On purpose this service does not define, what an "link to a quick access area" is. The defintion depends on the OS. For example, the quick access area can be the home screen/desktop and the link would be an icon leading to the linked path.
1415
*/
1516
@FunctionalInterface
16-
public interface QuickAccessService {
17+
public interface QuickAccessService extends NamedServiceProvider {
1718

1819
/**
1920
* Creates an entry in the quick access area.

0 commit comments

Comments
 (0)