Author: jleroux
Date: Wed Oct 2 08:28:48 2019
New Revision: 1867875
URL:
http://svn.apache.org/viewvc?rev=1867875&view=revLog:
Improved: no functional change
Formats Javadoc
Modified:
ofbiz/ofbiz-framework/trunk/applications/product/src/main/java/org/apache/ofbiz/product/category/ftl/UrlRegexpTransform.java
Modified: ofbiz/ofbiz-framework/trunk/applications/product/src/main/java/org/apache/ofbiz/product/category/ftl/UrlRegexpTransform.java
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/src/main/java/org/apache/ofbiz/product/category/ftl/UrlRegexpTransform.java?rev=1867875&r1=1867874&r2=1867875&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/product/src/main/java/org/apache/ofbiz/product/category/ftl/UrlRegexpTransform.java (original)
+++ ofbiz/ofbiz-framework/trunk/applications/product/src/main/java/org/apache/ofbiz/product/category/ftl/UrlRegexpTransform.java Wed Oct 2 08:28:48 2019
@@ -130,12 +130,10 @@ public class UrlRegexpTransform implemen
/**
* Transform a url according to seo pattern regular expressions.
*
- * @param url
- * , String to do the seo transform
- * @param isAnon
- * , boolean to indicate whether it's an anonymous visit.
+ * @param url String to do the seo transform
+ * @param isAnon boolean to indicate whether it's an anonymous visit.
*
- * @return String, the transformed url.
+ * @return String the transformed url.
*/
public static String seoUrl(String url, boolean isAnon) {
Perl5Matcher matcher = new Perl5Matcher();
@@ -193,8 +191,7 @@ public class UrlRegexpTransform implemen
/**
* Forward a uri according to forward pattern regular expressions. Note: this is developed for Filter usage.
*
- * @param uri
- * String to reverse transform
+ * @param uri String to reverse transform
* @return String
*/
public static boolean forwardUri(HttpServletResponse response, String uri) {