Skip to content
Snippets Groups Projects
Commit 74b8a95a authored by akwizgran's avatar akwizgran
Browse files

Corrected names of TCP plugins.

parent 614f463b
No related branches found
No related tags found
No related merge requests found
......@@ -60,8 +60,8 @@ class PluginManagerImpl implements PluginManager {
private static final String[] J2SE_DUPLEX_FACTORIES = new String[] {
"net.sf.briar.plugins.bluetooth.BluetoothPluginFactory",
"net.sf.briar.plugins.tcp.LanSocketPluginFactory",
"net.sf.briar.plugins.tcp.WanSocketPluginFactory",
"net.sf.briar.plugins.tcp.LanTcpPluginFactory",
"net.sf.briar.plugins.tcp.WanTcpPluginFactory",
"net.sf.briar.plugins.tor.TorPluginFactory"
};
......
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