Leftover line from previous commit
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Sat, 10 Oct 2009 17:15:35 +0200
changeset 1206bf820453a5f
parent 119 26685a525ec8
child 121 95dfb04fcee1
Leftover line from previous commit
freemarkerdor/src/main/java/cz/xelfi/quoridor/freemarkerdor/UI.java
     1.1 --- a/freemarkerdor/src/main/java/cz/xelfi/quoridor/freemarkerdor/UI.java	Mon Oct 05 10:23:27 2009 +0200
     1.2 +++ b/freemarkerdor/src/main/java/cz/xelfi/quoridor/freemarkerdor/UI.java	Sat Oct 10 17:15:35 2009 +0200
     1.3 @@ -340,7 +340,7 @@
     1.4          );
     1.5  
     1.6          Client client = new Client();
     1.7 -        base = client.resource(new URI("http://quoridor.xelfi.cz:" + 80 + "/api/"));
     1.8 +        base = client.resource(new URI("http://localhost:" + port + "/api/"));
     1.9  
    1.10          final String baseUri = "http://localhost:" + port + "/";
    1.11          final HttpServer server = HttpServerFactory.create(baseUri, rc);