mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-21 23:29:52 +01:00
Added a comment about a potential deadlock.
This commit is contained in:
@@ -42,6 +42,8 @@ import net.sf.briar.api.ui.UiCallback;
|
|||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
|
|
||||||
|
// FIXME: Don't make alien calls with a lock held (that includes waiting on a
|
||||||
|
// latch that depends on an alien call)
|
||||||
class PluginManagerImpl implements PluginManager {
|
class PluginManagerImpl implements PluginManager {
|
||||||
|
|
||||||
private static final Logger LOG =
|
private static final Logger LOG =
|
||||||
|
|||||||
Reference in New Issue
Block a user