Skip to content
Snippets Groups Projects
Verified Commit df0613f2 authored by akwizgran's avatar akwizgran
Browse files

Fix import of wrong Immutable annotation.

parent 96c82740
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment