diff options
| author | Giovanni Harting <539@idlegandalf.com> | 2016-04-29 18:52:43 +0200 |
|---|---|---|
| committer | Giovanni Harting <539@idlegandalf.com> | 2016-04-29 18:52:43 +0200 |
| commit | 893e90ab6c2dc99ff9da70e3397203e90bdb2391 (patch) | |
| tree | 2682e30dfd0ec98cb9bbd4e728a2e9b81977492a /src/main/java/proxy/ServerProxy.java | |
| parent | 2b0b79c0146e5b6bbb230356b1d0a2de2bb26bba (diff) | |
general code cleanup
added new StateMatcher
Diffstat (limited to 'src/main/java/proxy/ServerProxy.java')
| -rw-r--r-- | src/main/java/proxy/ServerProxy.java | 7 |
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() { + + } } |
