Skip to content
Snippets Groups Projects
Commit 3295f52d authored by Olli Viemerö's avatar Olli Viemerö
Browse files

Pieniä viilauksia

parent 89b08395
Branches olli
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ public class MessageBroker extends Thread {
e.printStackTrace();
}
Message refinedMessage = this.process(testee); // Object is processed and received back as null or message
this.network.postMessage(refinedMessage); // Message is sent to network
this.network.postMessage(refinedMessage); // Message (with content or null) is sent to network
}
}
......
......@@ -33,7 +33,7 @@ public class NetworkService extends Thread implements Network {
/*
* No need to change the construtor
* No need to change the constructor
*/
public NetworkService() {
this.start();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment