From c2fea2ee0620f2499c5804094beb5a7ffa414af5 Mon Sep 17 00:00:00 2001 From: Winston Li Date: Sun, 2 Nov 2014 17:26:55 +0000 Subject: [PATCH] Created classes. --- services/git-bridge/.idea/workspace.xml | 163 +++++++++++++++--- .../git-bridge/src/uk/ac/ic/WGBServer.java | 10 ++ .../test/uk/ac/ic/test/MainTests.java | 7 + .../test/uk/ac/ic/test/WGBServerTests.java | 7 + 4 files changed, 161 insertions(+), 26 deletions(-) create mode 100644 services/git-bridge/src/uk/ac/ic/WGBServer.java create mode 100644 services/git-bridge/test/uk/ac/ic/test/MainTests.java create mode 100644 services/git-bridge/test/uk/ac/ic/test/WGBServerTests.java diff --git a/services/git-bridge/.idea/workspace.xml b/services/git-bridge/.idea/workspace.xml index ba450eaabb..5cbd575808 100644 --- a/services/git-bridge/.idea/workspace.xml +++ b/services/git-bridge/.idea/workspace.xml @@ -2,9 +2,7 @@ - - @@ -57,11 +55,41 @@ - + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -70,7 +98,7 @@ - + @@ -92,6 +120,7 @@ @@ -126,8 +155,8 @@ - + @@ -146,6 +175,24 @@ + + + + + + + + + +