浏览代码

Removed jalopy parameter comments

Luke Taylor 17 年之前
父节点
当前提交
2329dadf48
共有 1 个文件被更改,包括 0 次插入16 次删除
  1. 0 16
      core/src/main/java/org/springframework/security/util/UrlUtils.java

+ 0 - 16
core/src/main/java/org/springframework/security/util/UrlUtils.java

@@ -42,16 +42,6 @@ public final class UrlUtils {
      * Obtains the full URL the client used to make the request.<p>Note that the server port will not be shown
      * Obtains the full URL the client used to make the request.<p>Note that the server port will not be shown
      * if it is the default server port for HTTP or HTTPS (ie 80 and 443 respectively).</p>
      * if it is the default server port for HTTP or HTTPS (ie 80 and 443 respectively).</p>
      *
      *
-     * @param scheme DOCUMENT ME!
-     * @param serverName DOCUMENT ME!
-     * @param serverPort DOCUMENT ME!
-     * @param contextPath DOCUMENT ME!
-     * @param requestUrl DOCUMENT ME!
-     * @param servletPath DOCUMENT ME!
-     * @param requestURI DOCUMENT ME!
-     * @param pathInfo DOCUMENT ME!
-     * @param queryString DOCUMENT ME!
-     *
      * @return the full URL
      * @return the full URL
      */
      */
     private static String buildFullRequestUrl(String scheme, String serverName, int serverPort, String contextPath,
     private static String buildFullRequestUrl(String scheme, String serverName, int serverPort, String contextPath,
@@ -74,12 +64,6 @@ public final class UrlUtils {
     /**
     /**
      * Obtains the web application-specific fragment of the URL.
      * Obtains the web application-specific fragment of the URL.
      *
      *
-     * @param servletPath DOCUMENT ME!
-     * @param requestURI DOCUMENT ME!
-     * @param contextPath DOCUMENT ME!
-     * @param pathInfo DOCUMENT ME!
-     * @param queryString DOCUMENT ME!
-     *
      * @return the URL, excluding any server name, context path or servlet path
      * @return the URL, excluding any server name, context path or servlet path
      */
      */
     private static String buildRequestUrl(String servletPath, String requestURI, String contextPath, String pathInfo,
     private static String buildRequestUrl(String servletPath, String requestURI, String contextPath, String pathInfo,