Skip to content
Snippets Groups Projects
Verified Commit ff3e5fa2 authored by David Mehren's avatar David Mehren
Browse files

Rename example class

parent 728055c4
No related branches found
No related tags found
No related merge requests found
package de.fossag.hackatron;
public class DummyHackatronClient implements IHackatronClient {
public class HackatronClient implements IHackatronClient {
private IMessageSender messageSender;
private static final String CLIENT_NAME = "dummyclient";
......
......@@ -8,7 +8,7 @@ public class Main {
HackatronWrapper client = new HackatronWrapper(
"hackatron.de",
4000,
new DummyHackatronClient());
new HackatronClient());
client.run();
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment