mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-19 14:19:53 +01:00
Fixed some comments.
This commit is contained in:
@@ -8,8 +8,8 @@ import net.sf.briar.api.TransportConfig;
|
|||||||
import net.sf.briar.api.TransportProperties;
|
import net.sf.briar.api.TransportProperties;
|
||||||
import net.sf.briar.plugins.StreamServerTest;
|
import net.sf.briar.plugins.StreamServerTest;
|
||||||
|
|
||||||
//This is not a JUnit test - it has to be run manually while the server test
|
// This is not a JUnit test - it has to be run manually while the client test
|
||||||
//is running on another machine
|
// is running on another machine
|
||||||
public class BluetoothServerTest extends StreamServerTest {
|
public class BluetoothServerTest extends StreamServerTest {
|
||||||
|
|
||||||
private BluetoothServerTest() {
|
private BluetoothServerTest() {
|
||||||
|
|||||||
@@ -10,8 +10,8 @@ import net.sf.briar.api.TransportConfig;
|
|||||||
import net.sf.briar.api.TransportProperties;
|
import net.sf.briar.api.TransportProperties;
|
||||||
import net.sf.briar.plugins.StreamClientTest;
|
import net.sf.briar.plugins.StreamClientTest;
|
||||||
|
|
||||||
//This is not a JUnit test - it has to be run manually while the server test
|
// This is not a JUnit test - it has to be run manually while the server test
|
||||||
//is running on another machine
|
// is running on another machine
|
||||||
public class LanSocketClientTest extends StreamClientTest {
|
public class LanSocketClientTest extends StreamClientTest {
|
||||||
|
|
||||||
private LanSocketClientTest(String serverAddress, String serverPort) {
|
private LanSocketClientTest(String serverAddress, String serverPort) {
|
||||||
|
|||||||
@@ -8,8 +8,8 @@ import net.sf.briar.api.TransportConfig;
|
|||||||
import net.sf.briar.api.TransportProperties;
|
import net.sf.briar.api.TransportProperties;
|
||||||
import net.sf.briar.plugins.StreamServerTest;
|
import net.sf.briar.plugins.StreamServerTest;
|
||||||
|
|
||||||
//This is not a JUnit test - it has to be run manually while the server test
|
// This is not a JUnit test - it has to be run manually while the client test
|
||||||
//is running on another machine
|
// is running on another machine
|
||||||
public class LanSocketServerTest extends StreamServerTest {
|
public class LanSocketServerTest extends StreamServerTest {
|
||||||
|
|
||||||
private LanSocketServerTest() {
|
private LanSocketServerTest() {
|
||||||
|
|||||||
Reference in New Issue
Block a user