Fixed some comments.

This commit is contained in:
akwizgran
2011-11-08 12:44:42 +00:00
parent 29eb900822
commit 85e327035c
3 changed files with 6 additions and 6 deletions

View File

@@ -8,8 +8,8 @@ import net.sf.briar.api.TransportConfig;
import net.sf.briar.api.TransportProperties;
import net.sf.briar.plugins.StreamServerTest;
//This is not a JUnit test - it has to be run manually while the server test
//is running on another machine
// This is not a JUnit test - it has to be run manually while the client test
// is running on another machine
public class BluetoothServerTest extends StreamServerTest {
private BluetoothServerTest() {

View File

@@ -10,8 +10,8 @@ import net.sf.briar.api.TransportConfig;
import net.sf.briar.api.TransportProperties;
import net.sf.briar.plugins.StreamClientTest;
//This is not a JUnit test - it has to be run manually while the server test
//is running on another machine
// This is not a JUnit test - it has to be run manually while the server test
// is running on another machine
public class LanSocketClientTest extends StreamClientTest {
private LanSocketClientTest(String serverAddress, String serverPort) {

View File

@@ -8,8 +8,8 @@ import net.sf.briar.api.TransportConfig;
import net.sf.briar.api.TransportProperties;
import net.sf.briar.plugins.StreamServerTest;
//This is not a JUnit test - it has to be run manually while the server test
//is running on another machine
// This is not a JUnit test - it has to be run manually while the client test
// is running on another machine
public class LanSocketServerTest extends StreamServerTest {
private LanSocketServerTest() {