diff options
Diffstat (limited to 'src/uk/org/ury/server/Server.java')
-rw-r--r-- | src/uk/org/ury/server/Server.java | 3 |
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. |