mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 04:39:54 +01:00
Corrected names of TCP plugins.
This commit is contained in:
@@ -60,8 +60,8 @@ class PluginManagerImpl implements PluginManager {
|
|||||||
|
|
||||||
private static final String[] J2SE_DUPLEX_FACTORIES = new String[] {
|
private static final String[] J2SE_DUPLEX_FACTORIES = new String[] {
|
||||||
"net.sf.briar.plugins.bluetooth.BluetoothPluginFactory",
|
"net.sf.briar.plugins.bluetooth.BluetoothPluginFactory",
|
||||||
"net.sf.briar.plugins.tcp.LanSocketPluginFactory",
|
"net.sf.briar.plugins.tcp.LanTcpPluginFactory",
|
||||||
"net.sf.briar.plugins.tcp.WanSocketPluginFactory",
|
"net.sf.briar.plugins.tcp.WanTcpPluginFactory",
|
||||||
"net.sf.briar.plugins.tor.TorPluginFactory"
|
"net.sf.briar.plugins.tor.TorPluginFactory"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user