Added a comment about a potential deadlock.

This commit is contained in:
akwizgran
2013-04-26 18:01:44 +01:00
parent 239e532f23
commit 9cf1486778

View File

@@ -42,6 +42,8 @@ import net.sf.briar.api.ui.UiCallback;
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 {
private static final Logger LOG =