Author: adrianc
Date: Wed Oct 23 19:40:05 2013
New Revision: 1535131

URL: http://svn.apache.org/r1535131
Log:
Some JavaDoc fixups - no functional change.

Modified:
    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/OfbizUrlBuilder.java

Modified: ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/OfbizUrlBuilder.java
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/OfbizUrlBuilder.java?rev=1535131&r1=1535130&r2=1535131&view=diff
==============================================================================
--- ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/OfbizUrlBuilder.java 
(original)
+++ ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/OfbizUrlBuilder.java Wed 
Oct 23 19:40:05 2013
@@ -105,13 +105,13 @@ public final class OfbizUrlBuilder {
     }
 
     /**
-     * Builds a full URL - including scheme, host, and servlet path.
+     * Builds a full URL - including scheme, host, servlet path and resource.
      * 
      * @param buffer
      * @param url
      * @param useSSL Default value to use - will be replaced by request-map 
setting
      * if one is found.
-     * @return
+     * @return <code>true</code> if the URL uses https
      * @throws WebAppConfigurationException
      * @throws IOException
      */
@@ -128,7 +128,7 @@ public final class OfbizUrlBuilder {
      * @param url
      * @param useSSL Default value to use - will be replaced by request-map 
setting
      * if one is found.
-     * @return
+     * @return <code>true</code> if the URL uses https
      * @throws WebAppConfigurationException
      * @throws IOException
      */


Reply via email to