mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 19:29:06 +01:00
Fix import of wrong Immutable annotation.
This commit is contained in:
@@ -3,7 +3,7 @@ package org.briarproject.bramble.api.plugin.event;
|
||||
import org.briarproject.bramble.api.event.Event;
|
||||
import org.briarproject.bramble.api.nullsafety.NotNullByDefault;
|
||||
|
||||
import jdk.nashorn.internal.ir.annotations.Immutable;
|
||||
import javax.annotation.concurrent.Immutable;
|
||||
|
||||
/**
|
||||
* An event that informs the Bluetooth plugin that we have enabled the
|
||||
|
||||
Reference in New Issue
Block a user