Author: metskem
Date: Fri Jan  8 08:12:19 2010
New Revision: 897130

URL: http://svn.apache.org/viewvc?rev=897130&view=rev
Log:
javadoc corrections

Modified:
    
incubator/jspwiki/trunk/src/java/org/apache/wiki/content/inspect/package.html
    
incubator/jspwiki/trunk/src/java/org/apache/wiki/ui/stripes/SpamInterceptor.java

Modified: 
incubator/jspwiki/trunk/src/java/org/apache/wiki/content/inspect/package.html
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/java/org/apache/wiki/content/inspect/package.html?rev=897130&r1=897129&r2=897130&view=diff
==============================================================================
--- 
incubator/jspwiki/trunk/src/java/org/apache/wiki/content/inspect/package.html 
(original)
+++ 
incubator/jspwiki/trunk/src/java/org/apache/wiki/content/inspect/package.html 
Fri Jan  8 08:12:19 2010
@@ -81,24 +81,11 @@
        decreases it) or has no effect. An optional String message passed to
        the constructor provides context for the change.</li>
        <li>The {...@link
-       org.apache.wiki.content.inspect.InspectionListener} class provides
-       callers with the ability to listen for Findings for a particular Topic.
-       Listeners are registered with an Inspector by calling {...@link
-       
org.apache.wiki.content.inspect.Inspection#addListener(Topic,InspectionListener)}.
-       An InspectionListener can arbitrarily halt processing by throwing an
-       {...@link 
org.apache.wiki.content.inspect.InspectionInterruptedException}.
-       This will terminate the entire Inspection.</li>
-       <li>The {...@link
        org.apache.wiki.content.inspect.ReputationManager} tracks the IP
        addresses of hosts that have modified content recently, along with the
        changes they have made. Callers (such as Inspectors) can add a host to
        the list of recent modifications by calling {...@link
        
org.apache.wiki.content.inspect.ReputationManager#addModifier(javax.servlet.http.HttpServletRequest,Change)}.</li>
 </ul>
-<p>In addition to these classes, this package includes a factory
-class called {...@link
-org.apache.wiki.content.inspect.SpamInspectionFactory} that configures
-an shared InspectionPlan for spam, which is configured once per
-WikiEngine.</p>
 </body>
 </html>
\ No newline at end of file

Modified: 
incubator/jspwiki/trunk/src/java/org/apache/wiki/ui/stripes/SpamInterceptor.java
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/java/org/apache/wiki/ui/stripes/SpamInterceptor.java?rev=897130&r1=897129&r2=897130&view=diff
==============================================================================
--- 
incubator/jspwiki/trunk/src/java/org/apache/wiki/ui/stripes/SpamInterceptor.java
 (original)
+++ 
incubator/jspwiki/trunk/src/java/org/apache/wiki/ui/stripes/SpamInterceptor.java
 Fri Jan  8 08:12:19 2010
@@ -130,7 +130,7 @@
      * creates a new {...@link Inspection} that inspects each ActionBean 
property
      * indicated by the {...@link SpamProtect#content()}. The
      * {...@link InspectionPlan} for the Inspection is obtained by calling
-     * {...@link SpamInspectionPlan#getInspectionPlan(WikiEngine, 
java.util.Properties)}
+     * {...@link SpamInspectionPlan#getInspectionPlan(WikiEngine)}
      * . If any of the modifications are determined to be spam, a Stripes
      * {...@link ValidationError} is added to the ActionBeanContext.
      * 


Reply via email to