From 893e90ab6c2dc99ff9da70e3397203e90bdb2391 Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Fri, 29 Apr 2016 18:52:43 +0200 Subject: general code cleanup added new StateMatcher --- src/main/java/proxy/ServerProxy.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/main/java/proxy/ServerProxy.java') 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() { + + } } -- cgit v1.2.3