Skip to content
Snippets Groups Projects
Commit 5867ec01 authored by Sven Gestegård Robertz's avatar Sven Gestegård Robertz
Browse files

fixed Makefile

parent bed11fbc
No related branches found
No related tags found
No related merge requests found
package labcommTCPtest;
public class LabCommRegister {
}
......@@ -8,8 +8,8 @@ import java.net.UnknownHostException;
import se.lth.control.labcomm.LabCommDecoderChannel;
import se.lth.control.labcomm.LabCommEncoderChannel;
import labcommTCPtest.FooSample;
import labcommTCPtest.FooSample.Handler;
import labcommTCPtest.gen.FooSample;
import labcommTCPtest.gen.FooSample.Handler;
public class TestClient implements Handler {
......
......@@ -10,8 +10,8 @@ import java.net.Socket;
import se.lth.control.labcomm.LabCommDecoderChannel;
import se.lth.control.labcomm.LabCommEncoderChannel;
import labcommTCPtest.FooSample;
import labcommTCPtest.FooSample.Handler;
import labcommTCPtest.gen.FooSample;
import labcommTCPtest.gen.FooSample.Handler;
public class TestServer implements Handler {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment