mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-20 06:39:54 +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.event.Event;
|
||||||
import org.briarproject.bramble.api.nullsafety.NotNullByDefault;
|
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
|
* An event that informs the Bluetooth plugin that we have enabled the
|
||||||
|
|||||||
Reference in New Issue
Block a user