summaryrefslogtreecommitdiff
path: root/src/main/java/proxy/ServerProxy.java
diff options
context:
space:
mode:
authorGiovanni Harting <539@idlegandalf.com>2016-04-29 18:52:43 +0200
committerGiovanni Harting <539@idlegandalf.com>2016-04-29 18:52:43 +0200
commit893e90ab6c2dc99ff9da70e3397203e90bdb2391 (patch)
tree2682e30dfd0ec98cb9bbd4e728a2e9b81977492a /src/main/java/proxy/ServerProxy.java
parent2b0b79c0146e5b6bbb230356b1d0a2de2bb26bba (diff)
general code cleanup
added new StateMatcher
Diffstat (limited to 'src/main/java/proxy/ServerProxy.java')
-rw-r--r--src/main/java/proxy/ServerProxy.java7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/main/java/proxy/ServerProxy.java b/src/main/java/proxy/ServerProxy.java
index c213f2b..08001dc 100644
--- a/src/main/java/proxy/ServerProxy.java
+++ b/src/main/java/proxy/ServerProxy.java
@@ -1,7 +1,8 @@
package proxy;
public class ServerProxy {
-
- public void registerClientStuff() {}
-
+
+ public void registerClientStuff() {
+
+ }
}