We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f499a2 + 269f4c6 commit e426600Copy full SHA for e426600
src/main/java/module-info.java
@@ -0,0 +1,6 @@
1
+module org.cryptomator.integrations.api {
2
+ exports org.cryptomator.integrations.autostart;
3
+ exports org.cryptomator.integrations.keychain;
4
+ exports org.cryptomator.integrations.tray;
5
+ exports org.cryptomator.integrations.uiappearance;
6
+}
src/main/java/org/cryptomator/integrations/uiappearance/UiAppearanceProvider.java
@@ -32,6 +32,8 @@ public interface UiAppearanceProvider {
32
33
/**
34
* Removes a previously registered listener.
35
+ * <p>
36
+ * If the given listener has not been previously registered (i.e. it was never added) then this method call is a no-op.
37
*
38
* @param listener The listener
39
* @throws UiAppearanceException If removing the listener failed.
0 commit comments