aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/gnunet/testbed/Controller.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/gnunet/testbed/Controller.java')
-rw-r--r--src/main/java/org/gnunet/testbed/Controller.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/java/org/gnunet/testbed/Controller.java b/src/main/java/org/gnunet/testbed/Controller.java
index 7372986..863c6fe 100644
--- a/src/main/java/org/gnunet/testbed/Controller.java
+++ b/src/main/java/org/gnunet/testbed/Controller.java
@@ -37,7 +37,6 @@ public class Controller {
37 client = new Client("testbed", host.cfg); 37 client = new Client("testbed", host.cfg);
38 } 38 }
39 39
40
41 /** 40 /**
42 * Create the given peer at the specified host using the given 41 * Create the given peer at the specified host using the given
43 * controller. If the given controller is not running on the target 42 * controller. If the given controller is not running on the target
@@ -70,7 +69,6 @@ public class Controller {
70 return null; 69 return null;
71 } 70 }
72 71
73
74 /** 72 /**
75 * Stop the given controller (also will terminate all peers and 73 * Stop the given controller (also will terminate all peers and
76 * controllers dependent on this controller). This function 74 * controllers dependent on this controller). This function