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/exceptions/BadRequestException.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/exceptions/BadRequestException.java')
-rw-r--r-- | src/uk/org/ury/server/exceptions/BadRequestException.java | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/uk/org/ury/server/exceptions/BadRequestException.java b/src/uk/org/ury/server/exceptions/BadRequestException.java index 61aa951..189c7f5 100644 --- a/src/uk/org/ury/server/exceptions/BadRequestException.java +++ b/src/uk/org/ury/server/exceptions/BadRequestException.java @@ -12,12 +12,11 @@ package uk.org.ury.server.exceptions; public class BadRequestException extends HandlingException { - + /** - * TODO: Change this! ---v + * */ - - private static final long serialVersionUID = -397479334359858162L; + private static final long serialVersionUID = 1825771401085225357L; /** |