From 85e327035cfdbab4ca104cd917c38c8651a1b322 Mon Sep 17 00:00:00 2001
From: akwizgran <akwizgran@users.sourceforge.net>
Date: Tue, 8 Nov 2011 12:44:42 +0000
Subject: [PATCH] Fixed some comments.

---
 test/net/sf/briar/plugins/bluetooth/BluetoothServerTest.java | 4 ++--
 test/net/sf/briar/plugins/socket/LanSocketClientTest.java    | 4 ++--
 test/net/sf/briar/plugins/socket/LanSocketServerTest.java    | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/test/net/sf/briar/plugins/bluetooth/BluetoothServerTest.java b/test/net/sf/briar/plugins/bluetooth/BluetoothServerTest.java
index 029703cba9..c538c29fca 100644
--- a/test/net/sf/briar/plugins/bluetooth/BluetoothServerTest.java
+++ b/test/net/sf/briar/plugins/bluetooth/BluetoothServerTest.java
@@ -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() {
diff --git a/test/net/sf/briar/plugins/socket/LanSocketClientTest.java b/test/net/sf/briar/plugins/socket/LanSocketClientTest.java
index b0a8d44c7d..92710c5a64 100644
--- a/test/net/sf/briar/plugins/socket/LanSocketClientTest.java
+++ b/test/net/sf/briar/plugins/socket/LanSocketClientTest.java
@@ -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) {
diff --git a/test/net/sf/briar/plugins/socket/LanSocketServerTest.java b/test/net/sf/briar/plugins/socket/LanSocketServerTest.java
index 6ca078c554..0535bd93e1 100644
--- a/test/net/sf/briar/plugins/socket/LanSocketServerTest.java
+++ b/test/net/sf/briar/plugins/socket/LanSocketServerTest.java
@@ -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() {
-- 
GitLab