summaryrefslogtreecommitdiff
path: root/src/main/java/proxy/ServerProxy.java
diff options
context:
space:
mode:
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() {
+
+ }
}