aboutsummaryrefslogtreecommitdiff
path: root/src/uk/org/ury/server/Server.java
diff options
context:
space:
mode:
authorMatt Windsor <mattwindsor@btinternet.com>2011-03-21 20:40:57 +0000
committerMatt Windsor <mattwindsor@btinternet.com>2011-03-21 20:40:57 +0000
commit2d073129857a42ab4195cd433c8be152e357033f (patch)
tree967a4bbd1989df9847539a4c4c28e0ca6a79a453 /src/uk/org/ury/server/Server.java
parent0645ec66e1618ce4b52e56212c79196dd7c5c608 (diff)
Documentation refresh; ResourceBundle in ShowUtils; probably some format pokery.
Diffstat (limited to 'src/uk/org/ury/server/Server.java')
-rw-r--r--src/uk/org/ury/server/Server.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/uk/org/ury/server/Server.java b/src/uk/org/ury/server/Server.java
index 2419915..0ab8c8c 100644
--- a/src/uk/org/ury/server/Server.java
+++ b/src/uk/org/ury/server/Server.java
@@ -23,6 +23,7 @@ import uk.org.ury.database.exceptions.MissingCredentialsException;
* The unified URY server, accepting requests over HTTP.
*
* @author Matt Windsor
+ * @version 2011.0320
*/
public class Server {
public static final String SERVER_VERSION = "SLUT 0.0";
@@ -66,7 +67,7 @@ public class Server {
}
/**
- * Get a database connection using the given user class.
+ * Gets a database connection using the given user class.
*
* @param userClass
* The user class to get a connection for.