From 2d073129857a42ab4195cd433c8be152e357033f Mon Sep 17 00:00:00 2001 From: Matt Windsor Date: Mon, 21 Mar 2011 20:40:57 +0000 Subject: Documentation refresh; ResourceBundle in ShowUtils; probably some format pokery. --- src/uk/org/ury/server/Server.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/uk/org/ury/server/Server.java') 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. -- cgit v1.2.3