Skip to content

Commit 9fddb8b

Browse files
align key name for event consumer entry in properties to public builder api
Co-authored-by: Sebastian Stenzel <overheadhunter@users.noreply.github.com>
1 parent 3df3c4e commit 9fddb8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/cryptomator/cryptofs/CryptoFileSystemProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public class CryptoFileSystemProperties extends AbstractMap<String, Object> {
8686
*
8787
* @since 2.9.0
8888
*/
89-
public static final String PROPERTY_EVENT_CONSUMER = "notificationConsumer";
89+
public static final String PROPERTY_EVENT_CONSUMER = "fsEventConsumer";
9090

9191
static final Consumer<FilesystemEvent> DEFAULT_EVENT_CONSUMER = ignored -> {};
9292

0 commit comments

Comments
 (0)