diff options
author | Matt Windsor <mattwindsor@btinternet.com> | 2011-03-19 17:25:07 +0000 |
---|---|---|
committer | Matt Windsor <mattwindsor@btinternet.com> | 2011-03-19 17:25:07 +0000 |
commit | 8f0360d9e72843d527b2db28047ae5f0498f3a3e (patch) | |
tree | 3ceb39d46aae2b913c1999e636cd282d93622b5c /src/uk/org/ury/server/Server.java | |
parent | 410219d08abdb859315c4d6d0e0375287d64a88b (diff) |
Library viewer now retrieves tracks from server. Code will need a LOT of cleanup, but this is a triumph. I'm making a note here-- huge success.
Diffstat (limited to 'src/uk/org/ury/server/Server.java')
-rw-r--r-- | src/uk/org/ury/server/Server.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/uk/org/ury/server/Server.java b/src/uk/org/ury/server/Server.java index 75b5bd9..697476e 100644 --- a/src/uk/org/ury/server/Server.java +++ b/src/uk/org/ury/server/Server.java @@ -417,7 +417,6 @@ public class Server serveError (int code, String reason) { // Get the reason string to put in the error response. - // TODO: standards? String statusReason = ""; |