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/AbstractRequestHandler.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/uk/org/ury/server/AbstractRequestHandler.java') diff --git a/src/uk/org/ury/server/AbstractRequestHandler.java b/src/uk/org/ury/server/AbstractRequestHandler.java index 9682bec..9b964b0 100644 --- a/src/uk/org/ury/server/AbstractRequestHandler.java +++ b/src/uk/org/ury/server/AbstractRequestHandler.java @@ -41,7 +41,7 @@ public abstract class AbstractRequestHandler implements HttpRequestHandler { protected String mount; /** - * Construct a new AbstractRequestHandler. + * Constructs a new AbstractRequestHandler. * * Obviously, this class cannot be instantiated directly. * @@ -97,7 +97,7 @@ public abstract class AbstractRequestHandler implements HttpRequestHandler { } /** - * Serve a HTTP plain-text error as the HTTP response for a request. + * Serves a HTTP plain-text error as the HTTP response for a request. * * @param request * The request that is being responded to. @@ -151,7 +151,7 @@ public abstract class AbstractRequestHandler implements HttpRequestHandler { } /** - * Handle a HTTP GET request. + * Handles a HTTP GET request. * * @param request * The HTTP request. @@ -193,7 +193,7 @@ public abstract class AbstractRequestHandler implements HttpRequestHandler { UnknownFunctionException; /** - * Parse a query string, populating a key-value map of the URL-unescaped + * Parses a query string, populating a key-value map of the URL-unescaped * results. * * @param query @@ -234,7 +234,7 @@ public abstract class AbstractRequestHandler implements HttpRequestHandler { } /** - * Get the query string element of a + * Gets the query string element of a URI. * * @param uri * The Uniform Resource Indicator whose query string should be -- cgit v1.2.3