Author: jleroux
Date: Fri May 24 14:16:39 2019
New Revision: 1859882

URL: http://svn.apache.org/viewvc?rev=1859882&view=rev
Log:
Improved: no functional change

Javadoc was unhappy: 
CustomPermissivePolicy.java:13: error: element not closed: blockquote

Modified:
    
ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/html/CustomPermissivePolicy.java

Modified: 
ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/html/CustomPermissivePolicy.java
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/html/CustomPermissivePolicy.java?rev=1859882&r1=1859881&r2=1859882&view=diff
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/html/CustomPermissivePolicy.java
 (original)
+++ 
ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/html/CustomPermissivePolicy.java
 Fri May 24 14:16:39 2019
@@ -10,7 +10,7 @@ import com.google.common.base.Predicate;
 /**
  * Based on the <a href=
  * 
"http://www.owasp.org/index.php/Category:OWASP_AntiSamy_Project#Stage_2_-_Choosing_a_base_policy_file";>AntiSamy
- * EBay example</a>. <blockquote> eBay (http://www.ebay.com/) is the most
+ * EBay example</a>. eBay (http://www.ebay.com/) is the most
  * popular online auction site in the universe, as far as I can tell. It is a
  * public site so anyone is allowed to post listings with rich HTML content.
  * It's not surprising that given the attractiveness of eBay as a target that 
it


Reply via email to