summaryrefslogtreecommitdiff
path: root/src/main/java/proxy/ServerProxy.java
diff options
context:
space:
mode:
authorGiovanni Harting <539@idlegandalf.com>2016-05-12 17:55:53 +0200
committerGiovanni Harting <539@idlegandalf.com>2016-05-12 17:55:53 +0200
commit217cbcd30d8a284e255a5146f0bf35d0c57b725c (patch)
tree5e78413ce2d2fbbb0eda31e45648c320a2b7e6f4 /src/main/java/proxy/ServerProxy.java
parent5a0ebb11b2d74b0f97f66b40fdfd82ee033e85ce (diff)
fixed wrong package
Diffstat (limited to 'src/main/java/proxy/ServerProxy.java')
-rw-r--r--src/main/java/proxy/ServerProxy.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/main/java/proxy/ServerProxy.java b/src/main/java/proxy/ServerProxy.java
deleted file mode 100644
index 08001dc..0000000
--- a/src/main/java/proxy/ServerProxy.java
+++ /dev/null
@@ -1,8 +0,0 @@
-package proxy;
-
-public class ServerProxy {
-
- public void registerClientStuff() {
-
- }
-}