Skip to content

Commit e426600

Browse files
Merge branch 'develop' into release/1.0.0
2 parents 8f499a2 + 269f4c6 commit e426600

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/main/java/module-info.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ public interface UiAppearanceProvider {
3232

3333
/**
3434
* 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.
3537
*
3638
* @param listener The listener
3739
* @throws UiAppearanceException If removing the listener failed.

0 commit comments

Comments
 (0)