Modified: 
manifoldcf/branches/CONNECTORS-1618/connectors/nulltransformation/connector/src/main/java/org/apache/manifoldcf/agents/transformation/nullconnector/NullConnector.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/nulltransformation/connector/src/main/java/org/apache/manifoldcf/agents/transformation/nullconnector/NullConnector.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1618/connectors/nulltransformation/connector/src/main/java/org/apache/manifoldcf/agents/transformation/nullconnector/NullConnector.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1618/connectors/nulltransformation/connector/src/main/java/org/apache/manifoldcf/agents/transformation/nullconnector/NullConnector.java
 Thu Aug 15 16:29:57 2019
@@ -53,7 +53,7 @@ public class NullConnector extends org.a
   * an output description string in order to determine what should be done.
   *@param documentURI is the URI of the document.  The URI is presumed to be 
the unique identifier which the output data store will use to process
   * and serve the document.  This URI is constructed by the repository 
connector which fetches the document, and is thus universal across all output 
connectors.
-  *@param outputDescription is the description string that was constructed for 
this document by the getOutputDescription() method.
+  *@param pipelineDescription is the description string that was constructed 
for this document by the getOutputDescription() method.
   *@param document is the document data to be processed (handed to the output 
data store).
   *@param authorityNameString is the name of the authority responsible for 
authorizing any access tokens passed in with the repository document.  May be 
null.
   *@param activities is the handle to an object that the implementer of a 
pipeline connector may use to perform operations, such as logging processing 
activity,

Modified: 
manifoldcf/branches/CONNECTORS-1618/connectors/nuxeo/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/nuxeo/NuxeoAuthorityConnector.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/nuxeo/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/nuxeo/NuxeoAuthorityConnector.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1618/connectors/nuxeo/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/nuxeo/NuxeoAuthorityConnector.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1618/connectors/nuxeo/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/nuxeo/NuxeoAuthorityConnector.java
 Thu Aug 15 16:29:57 2019
@@ -41,7 +41,7 @@ import org.nuxeo.client.spi.NuxeoClientE
  *
  * Nuxeo Authority Connector class
  * 
- * @author David Arroyo Escobar <arroyoescobarda...@gmail.com>
+ * @author David Arroyo Escobar &lt;arroyoescobarda...@gmail.com&gt;
  *
  */
 public class NuxeoAuthorityConnector extends BaseAuthorityConnector {

Modified: 
manifoldcf/branches/CONNECTORS-1618/connectors/nuxeo/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/nuxeo/Messages.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/nuxeo/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/nuxeo/Messages.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1618/connectors/nuxeo/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/nuxeo/Messages.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1618/connectors/nuxeo/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/nuxeo/Messages.java
 Thu Aug 15 16:29:57 2019
@@ -29,7 +29,6 @@ public class Messages extends org.apache
   public static final String DEFAULT_PATH_NAME = 
"org.apache.manifoldcf.crawler.connectors.nuxeo";
 
   /** Constructor - do no instantiate
-   * @
     */
   protected Messages()
   {

Modified: 
manifoldcf/branches/CONNECTORS-1618/connectors/nuxeo/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/nuxeo/NuxeoConfiguration.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/nuxeo/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/nuxeo/NuxeoConfiguration.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1618/connectors/nuxeo/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/nuxeo/NuxeoConfiguration.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1618/connectors/nuxeo/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/nuxeo/NuxeoConfiguration.java
 Thu Aug 15 16:29:57 2019
@@ -23,7 +23,7 @@ package org.apache.manifoldcf.crawler.co
  * 
  * Class to keep the server configuration and specification paramenters.
  * 
- * @author David Arroyo Escobar <arroyoescobarda...@gmail.com>
+ * @author David Arroyo Escobar &lt;arroyoescobarda...@gmail.com&gt;
  *
  */
 public class NuxeoConfiguration {

Modified: 
manifoldcf/branches/CONNECTORS-1618/connectors/nuxeo/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/nuxeo/NuxeoRepositoryConnector.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/nuxeo/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/nuxeo/NuxeoRepositoryConnector.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1618/connectors/nuxeo/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/nuxeo/NuxeoRepositoryConnector.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1618/connectors/nuxeo/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/nuxeo/NuxeoRepositoryConnector.java
 Thu Aug 15 16:29:57 2019
@@ -65,7 +65,7 @@ import com.google.common.collect.Maps;
  *
  * Nuxeo Repository Connector class
  *
- * @author David Arroyo Escobar <arroyoescobarda...@gmail.com>
+ * @author David Arroyo Escobar &lt;arroyoescobarda...@gmail.com&gt;
  *
  */
 public class NuxeoRepositoryConnector extends BaseRepositoryConnector {
@@ -885,7 +885,6 @@ public class NuxeoRepositoryConnector ex
 
         /**
          * @param spec
-         * @return
          */
         public static NuxeoSpecification from(Specification spec) {
             NuxeoSpecification ns = new NuxeoSpecification();

Modified: 
manifoldcf/branches/CONNECTORS-1618/connectors/nuxeo/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/nuxeo/model/NuxeoAttachment.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/nuxeo/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/nuxeo/model/NuxeoAttachment.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1618/connectors/nuxeo/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/nuxeo/model/NuxeoAttachment.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1618/connectors/nuxeo/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/nuxeo/model/NuxeoAttachment.java
 Thu Aug 15 16:29:57 2019
@@ -20,7 +20,7 @@ package org.apache.manifoldcf.crawler.co
 import java.io.InputStream;
 
 /**
- * @author David Arroyo Escobar <arroyoescobarda...@gmail.com>
+ * @author David Arroyo Escobar &lt;arroyoescobarda...@gmail.com&gt;
  *
  */
 public class NuxeoAttachment {

Modified: 
manifoldcf/branches/CONNECTORS-1618/connectors/nuxeo/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/nuxeo/model/NuxeoDocumentHelper.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/nuxeo/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/nuxeo/model/NuxeoDocumentHelper.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1618/connectors/nuxeo/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/nuxeo/model/NuxeoDocumentHelper.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1618/connectors/nuxeo/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/nuxeo/model/NuxeoDocumentHelper.java
 Thu Aug 15 16:29:57 2019
@@ -68,11 +68,6 @@ public class NuxeoDocumentHelper {
         processDocument();
     }
 
-    /**
-     *
-     *
-     * @return Map<String, Object>
-     */
     public Map<String, Object> getMetadata() {
         Map<String, Object> docMetadata = Maps.newHashMap();
 

Modified: 
manifoldcf/branches/CONNECTORS-1618/connectors/nuxeo/connector/src/test/java/org/apache/manifoldcf/authorities/authorities/nuxeo/NuxeoAuthorityTest.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/nuxeo/connector/src/test/java/org/apache/manifoldcf/authorities/authorities/nuxeo/NuxeoAuthorityTest.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1618/connectors/nuxeo/connector/src/test/java/org/apache/manifoldcf/authorities/authorities/nuxeo/NuxeoAuthorityTest.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1618/connectors/nuxeo/connector/src/test/java/org/apache/manifoldcf/authorities/authorities/nuxeo/NuxeoAuthorityTest.java
 Thu Aug 15 16:29:57 2019
@@ -34,7 +34,7 @@ import static org.mockito.Matchers.anySt
 import org.mockito.runners.MockitoJUnitRunner;
 
 /**
- * @author David Arroyo Escobar <arroyoescobarda...@gmail.com>
+ * @author David Arroyo Escobar &lt;arroyoescobarda...@gmail.com&gt;
  *
  */
 @RunWith(MockitoJUnitRunner.class)

Modified: 
manifoldcf/branches/CONNECTORS-1618/connectors/nuxeo/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/nuxeo/NuxeoConnectorTest.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/nuxeo/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/nuxeo/NuxeoConnectorTest.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1618/connectors/nuxeo/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/nuxeo/NuxeoConnectorTest.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1618/connectors/nuxeo/connector/src/test/java/org/apache/manifoldcf/crawler/connectors/nuxeo/NuxeoConnectorTest.java
 Thu Aug 15 16:29:57 2019
@@ -52,7 +52,7 @@ import org.nuxeo.client.objects.Reposito
 import org.nuxeo.client.objects.blob.FileBlob;
 
 /**
- * @author David Arroyo Escobar <arroyoescobarda...@gmail.com>
+ * @author David Arroyo Escobar &lt;arroyoescobarda...@gmail.com&gt;
  *
  */
 @RunWith(MockitoJUnitRunner.class)

Modified: 
manifoldcf/branches/CONNECTORS-1618/connectors/opennlp/connector/src/main/java/org/apache/manifoldcf/agents/transformation/opennlp/OpenNlpExtractor.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/opennlp/connector/src/main/java/org/apache/manifoldcf/agents/transformation/opennlp/OpenNlpExtractor.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1618/connectors/opennlp/connector/src/main/java/org/apache/manifoldcf/agents/transformation/opennlp/OpenNlpExtractor.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1618/connectors/opennlp/connector/src/main/java/org/apache/manifoldcf/agents/transformation/opennlp/OpenNlpExtractor.java
 Thu Aug 15 16:29:57 2019
@@ -95,7 +95,7 @@ public class OpenNlpExtractor extends Ba
    * This method presumes that the underlying connector object has been
    * configured.
    * 
-   * @param spec
+   * @param os
    *            is the current pipeline specification object for this
    *            connection for the job that is doing the crawling.
    * @return a string, of unlimited length, which uniquely describes
@@ -126,7 +126,7 @@ public class OpenNlpExtractor extends Ba
    *            process and serve the document. This URI is constructed by the
    *            repository connector which fetches the document, and is thus
    *            universal across all output connectors.
-   * @param outputDescription
+   * @param pipelineDescription
    *            is the description string that was constructed for this
    *            document by the getOutputDescription() method.
    * @param document
@@ -354,7 +354,7 @@ public class OpenNlpExtractor extends Ba
    * section of a job page which has selected an output connection of the
    * current type. Its purpose is to present the required form elements for
    * editing. The coder can presume that the HTML that is output from this
-   * configuration will be within appropriate <html>, <body>, and <form> tags.
+   * configuration will be within appropriate &lt;html&gt;, &lt;body&gt;, and 
&lt;form&gt; tags.
    * The name of the form is "editjob".
    * 
    * @param out
@@ -478,7 +478,7 @@ public class OpenNlpExtractor extends Ba
    * View specification. This method is called in the body section of a job's
    * view page. Its purpose is to present the output specification information
    * to the user. The coder can presume that the HTML that is output from this
-   * configuration will be within appropriate <html> and <body> tags.
+   * configuration will be within appropriate &lt;html&gt; and 
&lt;body&gt;tags.
    * 
    * @param out
    *            is the output to which any HTML should be sent.

Modified: 
manifoldcf/branches/CONNECTORS-1618/connectors/opensearchserver/connector/src/main/java/org/apache/manifoldcf/agents/output/opensearchserver/OpenSearchServerConfig.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/opensearchserver/connector/src/main/java/org/apache/manifoldcf/agents/output/opensearchserver/OpenSearchServerConfig.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1618/connectors/opensearchserver/connector/src/main/java/org/apache/manifoldcf/agents/output/opensearchserver/OpenSearchServerConfig.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1618/connectors/opensearchserver/connector/src/main/java/org/apache/manifoldcf/agents/output/opensearchserver/OpenSearchServerConfig.java
 Thu Aug 15 16:29:57 2019
@@ -41,7 +41,6 @@ public class OpenSearchServerConfig exte
    * value returned by ConfigParams.getParameter is null, the default value is
    * set.
    * 
-   * @param paramList
    * @param params
    */
   public OpenSearchServerConfig(ConfigParams params) {

Modified: 
manifoldcf/branches/CONNECTORS-1618/connectors/regexpmapper/connector/src/main/java/org/apache/manifoldcf/authorities/mappers/regexp/MatchMap.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/regexpmapper/connector/src/main/java/org/apache/manifoldcf/authorities/mappers/regexp/MatchMap.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1618/connectors/regexpmapper/connector/src/main/java/org/apache/manifoldcf/authorities/mappers/regexp/MatchMap.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1618/connectors/regexpmapper/connector/src/main/java/org/apache/manifoldcf/authorities/mappers/regexp/MatchMap.java
 Thu Aug 15 16:29:57 2019
@@ -28,7 +28,7 @@ import java.util.regex.*;
 * search and replace, where the replace string can include references to the 
groups present in the
 * search regexp.
 * MatchMaps can be converted to strings in two different ways.  The first way 
is to build a single
-* string of the form "match1=replace1&match2=replace2...".  Strings of this 
kind must escape & and =
+* string of the form "match1=replace1&amp;match2=replace2...".  Strings of 
this kind must escape &amp; and =
 * characters in the match and replace strings, where found.  The second way is 
to generate an array
 * of match strings and a corresponding array of replace strings.  This method 
requires no escaping
 * of the string contents.

Modified: 
manifoldcf/branches/CONNECTORS-1618/connectors/regexpmapper/connector/src/main/java/org/apache/manifoldcf/authorities/mappers/regexp/RegexpMapper.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/regexpmapper/connector/src/main/java/org/apache/manifoldcf/authorities/mappers/regexp/RegexpMapper.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1618/connectors/regexpmapper/connector/src/main/java/org/apache/manifoldcf/authorities/mappers/regexp/RegexpMapper.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1618/connectors/regexpmapper/connector/src/main/java/org/apache/manifoldcf/authorities/mappers/regexp/RegexpMapper.java
 Thu Aug 15 16:29:57 2019
@@ -133,7 +133,7 @@ public class RegexpMapper extends org.ap
   
   /** Output the configuration body section.
   * This method is called in the body section of the authority connector's 
configuration page.  Its purpose is to present the required form elements for 
editing.
-  * The coder can presume that the HTML that is output from this configuration 
will be within appropriate <html>, <body>, and <form> tags.  The name of the
+  * The coder can presume that the HTML that is output from this configuration 
will be within appropriate &lt;html&gt;, &lt;body&gt;, and &lt;form&gt; tags.  
The name of the
   * form is "editconnection".
   *@param threadContext is the local thread context.
   *@param out is the output to which any HTML should be sent.
@@ -210,7 +210,7 @@ public class RegexpMapper extends org.ap
   
   /** View configuration.
   * This method is called in the body section of the authority connector's 
view configuration page.  Its purpose is to present the connection information 
to the user.
-  * The coder can presume that the HTML that is output from this configuration 
will be within appropriate <html> and <body> tags.
+  * The coder can presume that the HTML that is output from this configuration 
will be within appropriate &lt;html&gt; and &lt;body&gt;tags.
   *@param threadContext is the local thread context.
   *@param out is the output to which any HTML should be sent.
   *@param parameters are the configuration parameters, as they currently 
exist, for this connection being configured.

Modified: 
manifoldcf/branches/CONNECTORS-1618/connectors/rocketchat/connector/src/main/java/org/apache/manifoldcf/crawler/notifications/rocketchat/RocketChatConnector.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/rocketchat/connector/src/main/java/org/apache/manifoldcf/crawler/notifications/rocketchat/RocketChatConnector.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1618/connectors/rocketchat/connector/src/main/java/org/apache/manifoldcf/crawler/notifications/rocketchat/RocketChatConnector.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1618/connectors/rocketchat/connector/src/main/java/org/apache/manifoldcf/crawler/notifications/rocketchat/RocketChatConnector.java
 Thu Aug 15 16:29:57 2019
@@ -488,8 +488,8 @@ public class RocketChatConnector extends
    * View configuration. This method is called in the body section of the
    * connector's view configuration page. Its purpose is to present the
    * connection information to the user. The coder can presume that the HTML 
that
-   * is output from this configuration will be within appropriate <html> and
-   * <body> tags.
+   * is output from this configuration will be within appropriate &lt;html&gt; 
and
+   * &lt;body&gt; tags.
    *
    * @param threadContext is the local thread context.
    * @param out is the output to which any HTML should be sent.
@@ -539,7 +539,7 @@ public class RocketChatConnector extends
    * This method is called in the body section of a job page which has 
selected a repository connection of the
    * current type.  Its purpose is to present the required form elements for 
editing.
    * The coder can presume that the HTML that is output from this 
configuration will be within appropriate
-   *  <html>, <body>, and <form> tags.  The name of the form is always 
"editjob".
+   *  &lt;html&gt;, &lt;body&gt;, and &lt;form&gt; tags.  The name of the form 
is always "editjob".
    * The connector will be connected before this method can be called.
    *@param out is the output to which any HTML should be sent.
    *@param locale is the locale the output is preferred to be in.
@@ -720,7 +720,7 @@ public class RocketChatConnector extends
   /** View specification.
    * This method is called in the body section of a job's view page.  Its 
purpose is to present the document
    * specification information to the user.  The coder can presume that the 
HTML that is output from
-   * this configuration will be within appropriate <html> and <body> tags.
+   * this configuration will be within appropriate &lt;html&gt; and 
&lt;body&gt;tags.
    * The connector will be connected before this method can be called.
    *@param out is the output to which any HTML should be sent.
    *@param locale is the locale the output is preferred to be in.

Modified: 
manifoldcf/branches/CONNECTORS-1618/connectors/rss/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/rss/RSSConnector.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/rss/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/rss/RSSConnector.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1618/connectors/rss/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/rss/RSSConnector.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1618/connectors/rss/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/rss/RSSConnector.java
 Thu Aug 15 16:29:57 2019
@@ -384,7 +384,7 @@ public class RSSConnector extends org.ap
   *@param activities is the interface this method should use to perform 
whatever framework actions are desired.
   *@param spec is a document specification (that comes from the job).
   *@param seedTime is the end of the time range of documents to consider, 
exclusive.
-  *@param lastSeedVersionString is the last seeding version string for this 
job, or null if the job has no previous seeding version string.
+  *@param lastSeedVersion is the last seeding version string for this job, or 
null if the job has no previous seeding version string.
   *@param jobMode is an integer describing how the job is being run, whether 
continuous or once-only.
   *@return an updated seeding version string, to be stored with the job.
   */
@@ -1516,7 +1516,7 @@ public class RSSConnector extends org.ap
   
   /** Output the configuration body section.
   * This method is called in the body section of the connector's configuration 
page.  Its purpose is to present the required form elements for editing.
-  * The coder can presume that the HTML that is output from this configuration 
will be within appropriate <html>, <body>, and <form> tags.  The name of the
+  * The coder can presume that the HTML that is output from this configuration 
will be within appropriate &lt;html&gt;, &lt;body&gt;, and &lt;form&gt; tags.  
The name of the
   * form is "editconnection".
   *@param threadContext is the local thread context.
   *@param out is the output to which any HTML should be sent.
@@ -1738,7 +1738,7 @@ public class RSSConnector extends org.ap
   
   /** View configuration.
   * This method is called in the body section of the connector's view 
configuration page.  Its purpose is to present the connection information to 
the user.
-  * The coder can presume that the HTML that is output from this configuration 
will be within appropriate <html> and <body> tags.
+  * The coder can presume that the HTML that is output from this configuration 
will be within appropriate &lt;html&gt; and &lt;body&gt;tags.
   *@param threadContext is the local thread context.
   *@param out is the output to which any HTML should be sent.
   *@param parameters are the configuration parameters, as they currently 
exist, for this connection being configured.
@@ -1899,7 +1899,7 @@ public class RSSConnector extends org.ap
   * This method is called in the body section of a job page which has selected 
a repository connection of the
   * current type.  Its purpose is to present the required form elements for 
editing.
   * The coder can presume that the HTML that is output from this configuration 
will be within appropriate
-  *  <html>, <body>, and <form> tags.  The name of the form is always 
"editjob".
+  *  &lt;html&gt;, &lt;body&gt;, and &lt;form&gt; tags.  The name of the form 
is always "editjob".
   * The connector will be connected before this method can be called.
   *@param out is the output to which any HTML should be sent.
   *@param locale is the locale the output is preferred to be in.
@@ -2842,7 +2842,7 @@ public class RSSConnector extends org.ap
   /** View specification.
   * This method is called in the body section of a job's view page.  Its 
purpose is to present the document
   * specification information to the user.  The coder can presume that the 
HTML that is output from
-  * this configuration will be within appropriate <html> and <body> tags.
+  * this configuration will be within appropriate &lt;html&gt; and 
&lt;body&gt;tags.
   * The connector will be connected before this method can be called.
   *@param out is the output to which any HTML should be sent.
   *@param locale is the locale the output is preferred to be in.

Modified: 
manifoldcf/branches/CONNECTORS-1618/connectors/rss/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/rss/ThrottledFetcher.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/rss/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/rss/ThrottledFetcher.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1618/connectors/rss/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/rss/ThrottledFetcher.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1618/connectors/rss/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/rss/ThrottledFetcher.java
 Thu Aug 15 16:29:57 2019
@@ -381,11 +381,6 @@ public class ThrottledFetcher
     * @param urlPath is the path part of the url, e.g. "/robots.txt"
     * @param userAgent is the value of the userAgent header to use.
     * @param from is the value of the from header to use.
-    * @param proxyHost is the proxy host, or null if none.
-    * @param proxyPort is the proxy port, or -1 if none.
-    * @param proxyAuthDomain is the proxy authentication domain, or null.
-    * @param proxyAuthUsername is the proxy authentication user name, or null.
-    * @param proxyAuthPassword is the proxy authentication password, or null.
     * @param lastETag is the requested lastETag header value.
     * @param lastModified is the requested lastModified header value.
     * @return the status code: success, static error, or dynamic error.

Modified: 
manifoldcf/branches/CONNECTORS-1618/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/Messages.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/Messages.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1618/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/Messages.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1618/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/Messages.java
 Thu Aug 15 16:29:57 2019
@@ -23,7 +23,7 @@ import org.apache.manifoldcf.core.interf
 
 /**
  * 
- * @author Rafa Haro <rh...@apache.org>
+ * @author Rafa Haro &lt;rh...@apache.org&gt;
  *
  */
 public class Messages extends org.apache.manifoldcf.ui.i18n.Messages

Modified: 
manifoldcf/branches/CONNECTORS-1618/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/SearchBloxClient.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/SearchBloxClient.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1618/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/SearchBloxClient.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1618/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/SearchBloxClient.java
 Thu Aug 15 16:29:57 2019
@@ -44,7 +44,7 @@ import org.xml.sax.SAXException;
 /**
  * SearchBox REST Client
  *
- * @author Rafa Haro <rh...@apache.org>
+ * @author Rafa Haro &lt;rh...@apache.org&gt;
  */
 public class SearchBloxClient {
 

Modified: 
manifoldcf/branches/CONNECTORS-1618/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/SearchBloxConfig.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/SearchBloxConfig.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1618/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/SearchBloxConfig.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1618/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/SearchBloxConfig.java
 Thu Aug 15 16:29:57 2019
@@ -18,7 +18,7 @@ package org.apache.manifoldcf.agents.out
 
 /**
  * <p>SearchBloxConfig class</p>
- * @author Antonio David Perez Morales <adperezmora...@apache.org>
+ * @author Antonio David Perez Morales &lt;adperezmora...@apache.org&gt;
  * 
  */
 class SearchBloxConfig {

Modified: 
manifoldcf/branches/CONNECTORS-1618/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/SearchBloxConnector.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/SearchBloxConnector.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1618/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/SearchBloxConnector.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1618/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/SearchBloxConnector.java
 Thu Aug 15 16:29:57 2019
@@ -38,8 +38,8 @@ import java.util.concurrent.TimeUnit;
  * metadata using the SearchBox REST API
  * (http://www.searchblox.com/developers-2/api-2)
  *
- * @author Rafa Haro <rh...@apache.org>
- * @author Antonio David Perez Morales <adperezmora...@apache.org>
+ * @author Rafa Haro &lt;rh...@apache.org&gt;
+ * @author Antonio David Perez Morales &lt;adperezmora...@apache.org&gt;
  */
 public class SearchBloxConnector extends BaseOutputConnector {
 
@@ -198,7 +198,7 @@ public class SearchBloxConnector extends
    * method, and that a different version string (defined in
    * IRepositoryConnector) is used to describe the version of the actual
    * document.
-   * <p/>
+   * <p>
    * This method presumes that the connector object has been configured, and
    * it is thus able to communicate with the output data store should that be
    * necessary.
@@ -637,8 +637,8 @@ public class SearchBloxConnector extends
    * View specification. This method is called in the body section of a job's
    * view page. Its purpose is to present the pipeline specification
    * information to the user. The coder can presume that the HTML that is
-   * output from this configuration will be within appropriate <html> and
-   * <body> tags.
+   * output from this configuration will be within appropriate &lt;html&gt; and
+   * &lt;body&gt; tags.
    *
    * @param out
    *            is the output to which any HTML should be sent.
@@ -669,7 +669,7 @@ public class SearchBloxConnector extends
    * section of a job page which has selected a pipeline connection of the
    * current type. Its purpose is to present the required form elements for
    * editing. The coder can presume that the HTML that is output from this
-   * configuration will be within appropriate <html>, <body>, and <form> tags.
+   * configuration will be within appropriate &lt;html&gt;, &lt;body&gt;, and 
&lt;form&gt; tags.
    * The name of the form is "editjob".
    *
    * @param out

Modified: 
manifoldcf/branches/CONNECTORS-1618/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/SearchBloxDocument.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/SearchBloxDocument.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1618/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/SearchBloxDocument.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1618/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/SearchBloxDocument.java
 Thu Aug 15 16:29:57 2019
@@ -45,8 +45,8 @@ import java.util.*;
 /**
  * "Package" class modeling a SearchBox document as a POJO
  *
- * @author Rafa Haro <rh...@apache.org>
- * @author Antonio David Perez Morales <adperezmora...@apache.org>
+ * @author Rafa Haro &lt;rh...@apache.org&gt;
+ * @author Antonio David Perez Morales &lt;adperezmora...@apache.org&gt;
  */
 public class SearchBloxDocument {
 
@@ -178,7 +178,6 @@ public class SearchBloxDocument {
   /**
    * Clean a String from html tags or  break lines
    * @param content
-   * @return
    */
   private String clean(String content) {
     content = content.replaceAll("(\r\n|\n)", " ");

Modified: 
manifoldcf/branches/CONNECTORS-1618/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/SearchBloxException.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/SearchBloxException.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1618/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/SearchBloxException.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1618/connectors/searchblox/connector/src/main/java/org/apache/manifoldcf/agents/output/searchblox/SearchBloxException.java
 Thu Aug 15 16:29:57 2019
@@ -18,7 +18,7 @@ package org.apache.manifoldcf.agents.out
 
 
 /**
- * @author Rafa Haro <rh...@apache.org>
+ * @author Rafa Haro &lt;rh...@apache.org&gt;
  */
 public class SearchBloxException
     extends Exception {

Modified: 
manifoldcf/branches/CONNECTORS-1618/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/sharepoint/SPSProxyHelper.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/sharepoint/SPSProxyHelper.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1618/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/sharepoint/SPSProxyHelper.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1618/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/sharepoint/SPSProxyHelper.java
 Thu Aug 15 16:29:57 2019
@@ -372,9 +372,7 @@ public class SPSProxyHelper {
   /**
   *
   * @return true if connection OK
-  * @throws java.net.MalformedURLException
-  * @throws javax.xml.rpc.ServiceException
-  * @throws java.rmi.RemoteException
+  * @throws ManifoldCFException
   */
   public boolean checkConnection( String site )
     throws ManifoldCFException

Modified: 
manifoldcf/branches/CONNECTORS-1618/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/sharepoint/SharePointADAuthority.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/sharepoint/SharePointADAuthority.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1618/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/sharepoint/SharePointADAuthority.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1618/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/sharepoint/SharePointADAuthority.java
 Thu Aug 15 16:29:57 2019
@@ -505,7 +505,7 @@ public class SharePointADAuthority exten
   
   /** Output the configuration body section.
   * This method is called in the body section of the authority connector's 
configuration page.  Its purpose is to present the required form elements for 
editing.
-  * The coder can presume that the HTML that is output from this configuration 
will be within appropriate <html>, <body>, and <form> tags.  The name of the
+  * The coder can presume that the HTML that is output from this configuration 
will be within appropriate &lt;html&gt;, &lt;body&gt;, and &lt;form&gt; tags.  
The name of the
   * form is "editconnection".
   *@param threadContext is the local thread context.
   *@param out is the output to which any HTML should be sent.
@@ -685,7 +685,7 @@ public class SharePointADAuthority exten
   
   /** View configuration.
   * This method is called in the body section of the authority connector's 
view configuration page.  Its purpose is to present the connection information 
to the user.
-  * The coder can presume that the HTML that is output from this configuration 
will be within appropriate <html> and <body> tags.
+  * The coder can presume that the HTML that is output from this configuration 
will be within appropriate &lt;html&gt; and &lt;body&gt;tags.
   *@param threadContext is the local thread context.
   *@param out is the output to which any HTML should be sent.
   *@param parameters are the configuration parameters, as they currently 
exist, for this connection being configured.

Modified: 
manifoldcf/branches/CONNECTORS-1618/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/sharepoint/SharePointAuthority.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/sharepoint/SharePointAuthority.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1618/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/sharepoint/SharePointAuthority.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1618/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/sharepoint/SharePointAuthority.java
 Thu Aug 15 16:29:57 2019
@@ -429,7 +429,7 @@ public class SharePointAuthority extends
   
   /** Output the configuration body section.
   * This method is called in the body section of the authority connector's 
configuration page.  Its purpose is to present the required form elements for 
editing.
-  * The coder can presume that the HTML that is output from this configuration 
will be within appropriate <html>, <body>, and <form> tags.  The name of the
+  * The coder can presume that the HTML that is output from this configuration 
will be within appropriate &lt;html&gt;, &lt;body&gt;, and &lt;form&gt; tags.  
The name of the
   * form is "editconnection".
   *@param threadContext is the local thread context.
   *@param out is the output to which any HTML should be sent.
@@ -703,7 +703,7 @@ public class SharePointAuthority extends
   
   /** View configuration.
   * This method is called in the body section of the authority connector's 
view configuration page.  Its purpose is to present the connection information 
to the user.
-  * The coder can presume that the HTML that is output from this configuration 
will be within appropriate <html> and <body> tags.
+  * The coder can presume that the HTML that is output from this configuration 
will be within appropriate &lt;html&gt; and &lt;body&gt;tags.
   *@param threadContext is the local thread context.
   *@param out is the output to which any HTML should be sent.
   *@param parameters are the configuration parameters, as they currently 
exist, for this connection being configured.

Modified: 
manifoldcf/branches/CONNECTORS-1618/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/sharepoint/MatchMap.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/sharepoint/MatchMap.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1618/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/sharepoint/MatchMap.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1618/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/sharepoint/MatchMap.java
 Thu Aug 15 16:29:57 2019
@@ -28,7 +28,7 @@ import java.util.regex.*;
 * search and replace, where the replace string can include references to the 
groups present in the
 * search regexp.
 * MatchMaps can be converted to strings in two different ways.  The first way 
is to build a single
-* string of the form "match1=replace1&match2=replace2...".  Strings of this 
kind must escape & and =
+* string of the form "match1=replace1&amp;match2=replace2...".  Strings of 
this kind must escape &amp; and =
 * characters in the match and replace strings, where found.  The second way is 
to generate an array
 * of match strings and a corresponding array of replace strings.  This method 
requires no escaping
 * of the string contents.

Modified: 
manifoldcf/branches/CONNECTORS-1618/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/sharepoint/SPSProxyHelper.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/sharepoint/SPSProxyHelper.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1618/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/sharepoint/SPSProxyHelper.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1618/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/sharepoint/SPSProxyHelper.java
 Thu Aug 15 16:29:57 2019
@@ -107,7 +107,6 @@ public class SPSProxyHelper {
   * @param site
   * @param guid is the list/library GUID
   * @return array of sids
-  * @throws Exception
   */
   public String[] getACLs(String site, String guid, boolean 
activeDirectoryAuthority )
     throws ManifoldCFException, ServiceInterruption
@@ -548,7 +547,6 @@ public class SPSProxyHelper {
   /**
   *
   * @param site
-  * @param docLibrary
   * @return an XML document
   * @throws ManifoldCFException
   * @throws ServiceInterruption
@@ -1027,7 +1025,7 @@ public class SPSProxyHelper {
   /**
   *
   * @param parentSite
-  * @param list name
+  * @param listName name
   * @return document library ID
   * @throws ManifoldCFException
   * @throws ServiceInterruption
@@ -1410,8 +1408,6 @@ public class SPSProxyHelper {
   *
   * @param userCall
   * @param userLogin
-  * @return
-  * @throws Exception
   */
   private String 
getSidForUser(com.microsoft.schemas.sharepoint.soap.directory.UserGroupSoap 
userCall, String userLogin,
     boolean activeDirectoryAuthority)
@@ -1460,8 +1456,6 @@ public class SPSProxyHelper {
   *
   * @param userCall
   * @param groupName
-  * @return
-  * @throws Exception
   */
   private List<String> 
getSidsForGroup(com.microsoft.schemas.sharepoint.soap.directory.UserGroupSoap 
userCall, String groupName,
     boolean activeDirectoryAuthority)
@@ -1533,8 +1527,6 @@ public class SPSProxyHelper {
   *
   * @param userCall
   * @param roleName
-  * @return
-  * @throws Exception
   */
   private List<String> getSidsForRole( 
com.microsoft.schemas.sharepoint.soap.directory.UserGroupSoap userCall, String 
roleName,
     boolean activeDirectoryAuthority)
@@ -1583,9 +1575,8 @@ public class SPSProxyHelper {
   /**
   *
   * @return true if connection OK
-  * @throws java.net.MalformedURLException
-  * @throws javax.xml.rpc.ServiceException
-  * @throws java.rmi.RemoteException
+  * @throws ManifoldCFException
+  * @throws ServiceInterruption
   */
   public boolean checkConnection( String site, boolean sps30 )
     throws ManifoldCFException, ServiceInterruption
@@ -1826,7 +1817,7 @@ public class SPSProxyHelper {
   /**
   * Gets a list of field names of the given document library
   * @param site
-  * @param list/library name
+  * @param listName list/library name
   * @return list of the fields
   */
   public Map<String,String> getFieldList( String site, String listName )

Modified: 
manifoldcf/branches/CONNECTORS-1618/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/sharepoint/SharePointRepository.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/sharepoint/SharePointRepository.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1618/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/sharepoint/SharePointRepository.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1618/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/sharepoint/SharePointRepository.java
 Thu Aug 15 16:29:57 2019
@@ -714,7 +714,7 @@ public class SharePointRepository extend
   *@param activities is the interface this method should use to perform 
whatever framework actions are desired.
   *@param spec is a document specification (that comes from the job).
   *@param seedTime is the end of the time range of documents to consider, 
exclusive.
-  *@param lastSeedVersionString is the last seeding version string for this 
job, or null if the job has no previous seeding version string.
+  *@param lastSeedVersion is the last seeding version string for this job, or 
null if the job has no previous seeding version string.
   *@param jobMode is an integer describing how the job is being run, whether 
continuous or once-only.
   *@return an updated seeding version string, to be stored with the job.
   */
@@ -2243,7 +2243,7 @@ public class SharePointRepository extend
   
   /** Output the configuration body section.
   * This method is called in the body section of the connector's configuration 
page.  Its purpose is to present the required form elements for editing.
-  * The coder can presume that the HTML that is output from this configuration 
will be within appropriate <html>, <body>, and <form> tags.  The name of the
+  * The coder can presume that the HTML that is output from this configuration 
will be within appropriate &lt;html&gt;, &lt;body&gt;, and &lt;form&gt; tags.  
The name of the
   * form is "editconnection".
   *@param threadContext is the local thread context.
   *@param out is the output to which any HTML should be sent.
@@ -2396,7 +2396,7 @@ public class SharePointRepository extend
   
   /** View configuration.
   * This method is called in the body section of the connector's view 
configuration page.  Its purpose is to present the connection information to 
the user.
-  * The coder can presume that the HTML that is output from this configuration 
will be within appropriate <html> and <body> tags.
+  * The coder can presume that the HTML that is output from this configuration 
will be within appropriate &lt;html&gt; and &lt;body&gt;tags.
   *@param threadContext is the local thread context.
   *@param out is the output to which any HTML should be sent.
   *@param parameters are the configuration parameters, as they currently 
exist, for this connection being configured.
@@ -2546,7 +2546,7 @@ public class SharePointRepository extend
   * This method is called in the body section of a job page which has selected 
a repository connection of the
   * current type.  Its purpose is to present the required form elements for 
editing.
   * The coder can presume that the HTML that is output from this configuration 
will be within appropriate
-  *  <html>, <body>, and <form> tags.  The name of the form is always 
"editjob".
+  *  &lt;html&gt;, &lt;body&gt;, and &lt;form&gt; tags.  The name of the form 
is always "editjob".
   * The connector will be connected before this method can be called.
   *@param out is the output to which any HTML should be sent.
   *@param locale is the locale the output is preferred to be in.
@@ -3580,7 +3580,7 @@ public class SharePointRepository extend
   /** View specification.
   * This method is called in the body section of a job's view page.  Its 
purpose is to present the document
   * specification information to the user.  The coder can presume that the 
HTML that is output from
-  * this configuration will be within appropriate <html> and <body> tags.
+  * this configuration will be within appropriate &lt;html&gt; and 
&lt;body&gt;tags.
   * The connector will be connected before this method can be called.
   *@param out is the output to which any HTML should be sent.
   *@param locale is the locale the output is preferred to be in.
@@ -3703,7 +3703,7 @@ public class SharePointRepository extend
   /**
   * Gets a list of field names of the given document library or list.
   * @param parentSite - parent site path
-  * @param docLibrary name
+  * @param listName name
   * @return list of the fields
   */
   public Map<String,String> getListFieldList( String parentSite, String 
listName )

Modified: 
manifoldcf/branches/CONNECTORS-1618/connectors/slack/connector/src/main/java/org/apache/manifoldcf/crawler/notifications/slack/SlackConnector.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/slack/connector/src/main/java/org/apache/manifoldcf/crawler/notifications/slack/SlackConnector.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1618/connectors/slack/connector/src/main/java/org/apache/manifoldcf/crawler/notifications/slack/SlackConnector.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1618/connectors/slack/connector/src/main/java/org/apache/manifoldcf/crawler/notifications/slack/SlackConnector.java
 Thu Aug 15 16:29:57 2019
@@ -429,8 +429,8 @@ public class SlackConnector extends org.
   * View configuration. This method is called in the body section of the
   * connector's view configuration page. Its purpose is to present the
   * connection information to the user. The coder can presume that the HTML 
that
-  * is output from this configuration will be within appropriate <html> and
-  * <body> tags.
+  * is output from this configuration will be within appropriate &lt;html&gt; 
and
+  * &lt;body&gt; tags.
   *
   * @param threadContext is the local thread context.
   * @param out is the output to which any HTML should be sent.
@@ -480,7 +480,7 @@ public class SlackConnector extends org.
   * This method is called in the body section of a job page which has selected 
a repository connection of the
   * current type.  Its purpose is to present the required form elements for 
editing.
   * The coder can presume that the HTML that is output from this configuration 
will be within appropriate
-  *  <html>, <body>, and <form> tags.  The name of the form is always 
"editjob".
+  *  &lt;html&gt;, &lt;body&gt;, and &lt;form&gt; tags.  The name of the form 
is always "editjob".
   * The connector will be connected before this method can be called.
   *@param out is the output to which any HTML should be sent.
   *@param locale is the locale the output is preferred to be in.
@@ -639,7 +639,7 @@ public class SlackConnector extends org.
   /** View specification.
   * This method is called in the body section of a job's view page.  Its 
purpose is to present the document
   * specification information to the user.  The coder can presume that the 
HTML that is output from
-  * this configuration will be within appropriate <html> and <body> tags.
+  * this configuration will be within appropriate &lt;html&gt; and 
&lt;body&gt;tags.
   * The connector will be connected before this method can be called.
   *@param out is the output to which any HTML should be sent.
   *@param locale is the locale the output is preferred to be in.

Modified: 
manifoldcf/branches/CONNECTORS-1618/connectors/solr/connector/src/main/java/org/apache/manifoldcf/agents/output/solr/HttpPoster.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/solr/connector/src/main/java/org/apache/manifoldcf/agents/output/solr/HttpPoster.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1618/connectors/solr/connector/src/main/java/org/apache/manifoldcf/agents/output/solr/HttpPoster.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1618/connectors/solr/connector/src/main/java/org/apache/manifoldcf/agents/output/solr/HttpPoster.java
 Thu Aug 15 16:29:57 2019
@@ -561,7 +561,8 @@ public class HttpPoster
    * @param arguments are the configuration arguments to pass in the post.  
Key is argument name, value is a list of the argument values.
    * @param authorityNameString is the name of the governing authority for 
this document's acls, or null if none.
    * @param activities is the activities object, so we can report what's 
happening.   @return true if the ingestion was successful, or false if the 
ingestion is illegal.
-  * @throws ManifoldCFException, ServiceInterruption
+  * @throws ManifoldCFException
+  * @throws ServiceInterruption
   */
   public boolean indexPost(String documentURI,
     RepositoryDocument document, Map<String,List<String>> arguments,

Modified: 
manifoldcf/branches/CONNECTORS-1618/connectors/solr/connector/src/main/java/org/apache/manifoldcf/agents/output/solr/ModifiedHttpMultipart.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/solr/connector/src/main/java/org/apache/manifoldcf/agents/output/solr/ModifiedHttpMultipart.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1618/connectors/solr/connector/src/main/java/org/apache/manifoldcf/agents/output/solr/ModifiedHttpMultipart.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1618/connectors/solr/connector/src/main/java/org/apache/manifoldcf/agents/output/solr/ModifiedHttpMultipart.java
 Thu Aug 15 16:29:57 2019
@@ -234,7 +234,7 @@ public class ModifiedHttpMultipart {
      * individual parts plus that of extra elements required to delimit the 
parts
      * from one another). If any of the @{link BodyPart}s contained in this 
object
      * is of a streaming entity of unknown length the total length is also 
unknown.
-     * <p/>
+     * <p>
      * This method buffers only a small amount of data in order to determine 
the
      * total length of the entire entity. The content of individual parts is 
not
      * buffered.

Modified: 
manifoldcf/branches/CONNECTORS-1618/connectors/solr/connector/src/main/java/org/apache/manifoldcf/agents/output/solr/SolrConnector.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/solr/connector/src/main/java/org/apache/manifoldcf/agents/output/solr/SolrConnector.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1618/connectors/solr/connector/src/main/java/org/apache/manifoldcf/agents/output/solr/SolrConnector.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1618/connectors/solr/connector/src/main/java/org/apache/manifoldcf/agents/output/solr/SolrConnector.java
 Thu Aug 15 16:29:57 2019
@@ -935,7 +935,7 @@ public class SolrConnector extends org.a
   
   /** Output the configuration body section.
   * This method is called in the body section of the connector's configuration 
page.  Its purpose is to present the required form elements for editing.
-  * The coder can presume that the HTML that is output from this configuration 
will be within appropriate <html>, <body>, and <form> tags.  The name of the
+  * The coder can presume that the HTML that is output from this configuration 
will be within appropriate &lt;html&gt;, &lt;body&gt;, and &lt;form&gt; tags.  
The name of the
   * form is "editconnection".
   *@param threadContext is the local thread context.
   *@param out is the output to which any HTML should be sent.
@@ -2052,7 +2052,7 @@ public class SolrConnector extends org.a
   
   /** View configuration.
   * This method is called in the body section of the connector's view 
configuration page.  Its purpose is to present the connection information to 
the user.
-  * The coder can presume that the HTML that is output from this configuration 
will be within appropriate <html> and <body> tags.
+  * The coder can presume that the HTML that is output from this configuration 
will be within appropriate &lt;html&gt; and &lt;body&gt;tags.
   *@param threadContext is the local thread context.
   *@param out is the output to which any HTML should be sent.
   *@param parameters are the configuration parameters, as they currently 
exist, for this connection being configured.

Modified: 
manifoldcf/branches/CONNECTORS-1618/connectors/tika/connector/src/main/java/org/apache/manifoldcf/agents/transformation/tika/TikaExtractor.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/tika/connector/src/main/java/org/apache/manifoldcf/agents/transformation/tika/TikaExtractor.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1618/connectors/tika/connector/src/main/java/org/apache/manifoldcf/agents/transformation/tika/TikaExtractor.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1618/connectors/tika/connector/src/main/java/org/apache/manifoldcf/agents/transformation/tika/TikaExtractor.java
 Thu Aug 15 16:29:57 2019
@@ -149,7 +149,7 @@ public class TikaExtractor extends org.a
   * an output description string in order to determine what should be done.
   *@param documentURI is the URI of the document.  The URI is presumed to be 
the unique identifier which the output data store will use to process
   * and serve the document.  This URI is constructed by the repository 
connector which fetches the document, and is thus universal across all output 
connectors.
-  *@param outputDescription is the description string that was constructed for 
this document by the getOutputDescription() method.
+  *@param pipelineDescription is the description string that was constructed 
for this document by the getOutputDescription() method.
   *@param document is the document data to be processed (handed to the output 
data store).
   *@param authorityNameString is the name of the authority responsible for 
authorizing any access tokens passed in with the repository document.  May be 
null.
   *@param activities is the handle to an object that the implementer of a 
pipeline connector may use to perform operations, such as logging processing 
activity,
@@ -393,7 +393,7 @@ public class TikaExtractor extends org.a
 
   /** Output the configuration body section.
    * This method is called in the body section of the connector's 
configuration page.  Its purpose is to present the required form elements for 
editing.
-   * The coder can presume that the HTML that is output from this 
configuration will be within appropriate <html>, <body>, and <form> tags.  The 
name of the
+   * The coder can presume that the HTML that is output from this 
configuration will be within appropriate &lt;html&gt;, &lt;body&gt;, and 
&lt;form&gt; tags.  The name of the
    * form is "editconnection".
    *@param threadContext is the local thread context.
    *@param out is the output to which any HTML should be sent.
@@ -468,8 +468,8 @@ public class TikaExtractor extends org.a
    * View configuration. This method is called in the body section of the
    * authority connector's view configuration page. Its purpose is to present
    * the connection information to the user. The coder can presume that the 
HTML
-   * that is output from this configuration will be within appropriate <html>
-   * and <body> tags.
+   * that is output from this configuration will be within appropriate 
&lt;html&gt;
+   * and &lt;body&gt; tags.
    *
    * @param threadContext is the local thread context.
    * @param out is the output to which any HTML should be sent.
@@ -515,7 +515,7 @@ public class TikaExtractor extends org.a
   
   /** Output the specification body section.
   * This method is called in the body section of a job page which has selected 
a pipeline connection of the current type.  Its purpose is to present the 
required form elements for editing.
-  * The coder can presume that the HTML that is output from this configuration 
will be within appropriate <html>, <body>, and <form> tags.  The name of the
+  * The coder can presume that the HTML that is output from this configuration 
will be within appropriate &lt;html&gt;, &lt;body&gt;, and &lt;form&gt; tags.  
The name of the
   * form is "editjob".
   *@param out is the output to which any HTML should be sent.
   *@param locale is the preferred local of the output.
@@ -700,7 +700,7 @@ public class TikaExtractor extends org.a
 
   /** View specification.
   * This method is called in the body section of a job's view page.  Its 
purpose is to present the pipeline specification information to the user.
-  * The coder can presume that the HTML that is output from this configuration 
will be within appropriate <html> and <body> tags.
+  * The coder can presume that the HTML that is output from this configuration 
will be within appropriate &lt;html&gt; and &lt;body&gt;tags.
   *@param out is the output to which any HTML should be sent.
   *@param locale is the preferred local of the output.
   *@param connectionSequenceNumber is the unique number of this connection 
within the job.

Modified: 
manifoldcf/branches/CONNECTORS-1618/connectors/tikaservice/connector/src/main/java/org/apache/manifoldcf/agents/transformation/tikaservice/TikaExtractor.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/tikaservice/connector/src/main/java/org/apache/manifoldcf/agents/transformation/tikaservice/TikaExtractor.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1618/connectors/tikaservice/connector/src/main/java/org/apache/manifoldcf/agents/transformation/tikaservice/TikaExtractor.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1618/connectors/tikaservice/connector/src/main/java/org/apache/manifoldcf/agents/transformation/tikaservice/TikaExtractor.java
 Thu Aug 15 16:29:57 2019
@@ -297,7 +297,7 @@ public class TikaExtractor extends org.a
   
   /** Output the configuration body section.
   * This method is called in the body section of the connector's configuration 
page.  Its purpose is to present the required form elements for editing.
-  * The coder can presume that the HTML that is output from this configuration 
will be within appropriate <html>, <body>, and <form> tags.  The name of the
+  * The coder can presume that the HTML that is output from this configuration 
will be within appropriate &lt;html&gt;, &lt;body&gt;, and &lt;form&gt; tags.  
The name of the
   * form is "editconnection".
   *@param threadContext is the local thread context.
   *@param out is the output to which any HTML should be sent.
@@ -344,7 +344,7 @@ public class TikaExtractor extends org.a
   
   /** View configuration.
   * This method is called in the body section of the connector's view 
configuration page.  Its purpose is to present the connection information to 
the user.
-  * The coder can presume that the HTML that is output from this configuration 
will be within appropriate <html> and <body> tags.
+  * The coder can presume that the HTML that is output from this configuration 
will be within appropriate &lt;html&gt; and &lt;body&gt;tags.
   *@param threadContext is the local thread context.
   *@param out is the output to which any HTML should be sent.
   *@param parameters are the configuration parameters, as they currently 
exist, for this connection being configured.
@@ -488,7 +488,7 @@ public class TikaExtractor extends org.a
    *          serve the document. This URI is constructed by the repository
    *          connector which fetches the document, and is thus universal 
across
    *          all output connectors.
-   * @param outputDescription
+   * @param pipelineDescription
    *          is the description string that was constructed for this document
    *          by the getOutputDescription() method.
    * @param document
@@ -860,7 +860,7 @@ public class TikaExtractor extends org.a
    * section of a job page which has selected a pipeline connection of the
    * current type. Its purpose is to present the required form elements for
    * editing. The coder can presume that the HTML that is output from this
-   * configuration will be within appropriate <html>, <body>, and <form> tags.
+   * configuration will be within appropriate &lt;html&gt;, &lt;body&gt;, and 
&lt;form&gt; tags.
    * The name of the form is "editjob".
    * 
    * @param out
@@ -999,7 +999,7 @@ public class TikaExtractor extends org.a
    * View specification. This method is called in the body section of a job's
    * view page. Its purpose is to present the pipeline specification 
information
    * to the user. The coder can presume that the HTML that is output from this
-   * configuration will be within appropriate <html> and <body> tags.
+   * configuration will be within appropriate &lt;html&gt; and 
&lt;body&gt;tags.
    * 
    * @param out
    *          is the output to which any HTML should be sent.

Modified: 
manifoldcf/branches/CONNECTORS-1618/connectors/webcrawler/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/webcrawler/CookieManager.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/webcrawler/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/webcrawler/CookieManager.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1618/connectors/webcrawler/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/webcrawler/CookieManager.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1618/connectors/webcrawler/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/webcrawler/CookieManager.java
 Thu Aug 15 16:29:57 2019
@@ -37,7 +37,7 @@ import org.apache.http.impl.cookie.Basic
 * 
 * <br><br>
 * <b>cookiedata</b>
-* <table border="1" cellpadding="3" cellspacing="0">
+* <table border="1" cellpadding="3" cellspacing="0" summary="">
 * <tr class="TableHeadingColor">
 * 
<th>Field</th><th>Type</th><th>Description&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</th>
 * <tr><td>sequencekey</td><td>VARCHAR(255)</td><td></td></tr>

Modified: 
manifoldcf/branches/CONNECTORS-1618/connectors/webcrawler/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/webcrawler/DNSManager.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/webcrawler/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/webcrawler/DNSManager.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1618/connectors/webcrawler/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/webcrawler/DNSManager.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1618/connectors/webcrawler/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/webcrawler/DNSManager.java
 Thu Aug 15 16:29:57 2019
@@ -35,7 +35,7 @@ import org.apache.manifoldcf.crawler.sys
 * 
 * <br><br>
 * <b>dnsdata</b>
-* <table border="1" cellpadding="3" cellspacing="0">
+* <table border="1" cellpadding="3" cellspacing="0" summary="">
 * <tr class="TableHeadingColor">
 * 
<th>Field</th><th>Type</th><th>Description&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</th>
 * <tr><td>hostname</td><td>VARCHAR(255)</td><td>Primary Key</td></tr>

Modified: 
manifoldcf/branches/CONNECTORS-1618/connectors/webcrawler/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/webcrawler/RobotsManager.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/webcrawler/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/webcrawler/RobotsManager.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1618/connectors/webcrawler/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/webcrawler/RobotsManager.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1618/connectors/webcrawler/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/webcrawler/RobotsManager.java
 Thu Aug 15 16:29:57 2019
@@ -35,7 +35,7 @@ import org.apache.manifoldcf.crawler.sys
 * 
 * <br><br>
 * <b>robotsdata</b>
-* <table border="1" cellpadding="3" cellspacing="0">
+* <table border="1" cellpadding="3" cellspacing="0" summary="">
 * <tr class="TableHeadingColor">
 * 
<th>Field</th><th>Type</th><th>Description&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</th>
 * <tr><td>hostname</td><td>VARCHAR(255)</td><td>Primary Key</td></tr>

Modified: 
manifoldcf/branches/CONNECTORS-1618/connectors/webcrawler/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/webcrawler/WebcrawlerConnector.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/webcrawler/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/webcrawler/WebcrawlerConnector.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1618/connectors/webcrawler/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/webcrawler/WebcrawlerConnector.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1618/connectors/webcrawler/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/webcrawler/WebcrawlerConnector.java
 Thu Aug 15 16:29:57 2019
@@ -1848,7 +1848,7 @@ public class WebcrawlerConnector extends
   
   /** Output the configuration body section.
   * This method is called in the body section of the connector's configuration 
page.  Its purpose is to present the required form elements for editing.
-  * The coder can presume that the HTML that is output from this configuration 
will be within appropriate <html>, <body>, and <form> tags.  The name of the
+  * The coder can presume that the HTML that is output from this configuration 
will be within appropriate &lt;html&gt;, &lt;body&gt;, and &lt;form&gt; tags.  
The name of the
   * form is "editconnection".
   *@param threadContext is the local thread context.
   *@param out is the output to which any HTML should be sent.
@@ -2290,7 +2290,7 @@ public class WebcrawlerConnector extends
   
   /** View configuration.
   * This method is called in the body section of the connector's view 
configuration page.  Its purpose is to present the connection information to 
the user.
-  * The coder can presume that the HTML that is output from this configuration 
will be within appropriate <html> and <body> tags.
+  * The coder can presume that the HTML that is output from this configuration 
will be within appropriate &lt;html&gt; and &lt;body&gt;tags.
   *@param threadContext is the local thread context.
   *@param out is the output to which any HTML should be sent.
   *@param parameters are the configuration parameters, as they currently 
exist, for this connection being configured.
@@ -2616,7 +2616,7 @@ public class WebcrawlerConnector extends
   * This method is called in the body section of a job page which has selected 
a repository connection of the
   * current type.  Its purpose is to present the required form elements for 
editing.
   * The coder can presume that the HTML that is output from this configuration 
will be within appropriate
-  *  <html>, <body>, and <form> tags.  The name of the form is always 
"editjob".
+  *  &lt;html&gt;, &lt;body&gt;, and &lt;form&gt; tags.  The name of the form 
is always "editjob".
   * The connector will be connected before this method can be called.
   *@param out is the output to which any HTML should be sent.
   *@param locale is the locale the output is preferred to be in.
@@ -3057,7 +3057,7 @@ public class WebcrawlerConnector extends
   /** View specification.
   * This method is called in the body section of a job's view page.  Its 
purpose is to present the document
   * specification information to the user.  The coder can presume that the 
HTML that is output from
-  * this configuration will be within appropriate <html> and <body> tags.
+  * this configuration will be within appropriate &lt;html&gt; and 
&lt;body&gt;tags.
   * The connector will be connected before this method can be called.
   *@param out is the output to which any HTML should be sent.
   *@param locale is the locale the output is preferred to be in.
@@ -3741,7 +3741,6 @@ public class WebcrawlerConnector extends
   
   /** Convert a document identifier to filename.
    * @param documentIdentifier
-   * @return
    * @throws URISyntaxException
    */
   protected String documentIdentifiertoFileName(String documentIdentifier) 

Modified: 
manifoldcf/branches/CONNECTORS-1618/connectors/wiki/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/wiki/WikiConnector.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/connectors/wiki/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/wiki/WikiConnector.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1618/connectors/wiki/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/wiki/WikiConnector.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1618/connectors/wiki/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/wiki/WikiConnector.java
 Thu Aug 15 16:29:57 2019
@@ -867,7 +867,7 @@ public class WikiConnector extends org.a
   *@param activities is the interface this method should use to perform 
whatever framework actions are desired.
   *@param spec is a document specification (that comes from the job).
   *@param seedTime is the end of the time range of documents to consider, 
exclusive.
-  *@param lastSeedVersionString is the last seeding version string for this 
job, or null if the job has no previous seeding version string.
+  *@param lastSeedVersion is the last seeding version string for this job, or 
null if the job has no previous seeding version string.
   *@param jobMode is an integer describing how the job is being run, whether 
continuous or once-only.
   *@return an updated seeding version string, to be stored with the job.
   */
@@ -1092,7 +1092,7 @@ public class WikiConnector extends org.a
   
   /** Output the configuration body section.
   * This method is called in the body section of the connector's configuration 
page.  Its purpose is to present the required form elements for editing.
-  * The coder can presume that the HTML that is output from this configuration 
will be within appropriate <html>, <body>, and <form> tags.  The name of the
+  * The coder can presume that the HTML that is output from this configuration 
will be within appropriate &lt;html&gt;, &lt;body&gt;, and &lt;form&gt; tags.  
The name of the
   * form is "editconnection".
   *@param threadContext is the local thread context.
   *@param out is the output to which any HTML should be sent.
@@ -1425,7 +1425,7 @@ public class WikiConnector extends org.a
   
   /** View configuration.
   * This method is called in the body section of the connector's view 
configuration page.  Its purpose is to present the connection information to 
the user.
-  * The coder can presume that the HTML that is output from this configuration 
will be within appropriate <html> and <body> tags.
+  * The coder can presume that the HTML that is output from this configuration 
will be within appropriate &lt;html&gt; and &lt;body&gt;tags.
   *@param threadContext is the local thread context.
   *@param out is the output to which any HTML should be sent.
   *@param parameters are the configuration parameters, as they currently 
exist, for this connection being configured.
@@ -1534,7 +1534,7 @@ public class WikiConnector extends org.a
   * This method is called in the body section of a job page which has selected 
a repository connection of the
   * current type.  Its purpose is to present the required form elements for 
editing.
   * The coder can presume that the HTML that is output from this configuration 
will be within appropriate
-  *  <html>, <body>, and <form> tags.  The name of the form is always 
"editjob".
+  *  &lt;html&gt;, &lt;body&gt;, and &lt;form&gt; tags.  The name of the form 
is always "editjob".
   * The connector will be connected before this method can be called.
   *@param out is the output to which any HTML should be sent.
   *@param locale is the locale the output is preferred to be in.
@@ -1912,7 +1912,7 @@ public class WikiConnector extends org.a
   /** View specification.
   * This method is called in the body section of a job's view page.  Its 
purpose is to present the document
   * specification information to the user.  The coder can presume that the 
HTML that is output from
-  * this configuration will be within appropriate <html> and <body> tags.
+  * this configuration will be within appropriate &lt;html&gt; and 
&lt;body&gt;tags.
   * The connector will be connected before this method can be called.
   *@param out is the output to which any HTML should be sent.
   *@param locale is the locale the output is preferred to be in.
@@ -2207,16 +2207,18 @@ public class WikiConnector extends org.a
   }
 
   /** Parse check response, e.g.:
-  * <api xmlns="http://www.mediawiki.org/xml/api/";>
-  *   <query>
-  *     <allpages>
-  *       <p pageid="19839654" ns="0" title="Kre&#039;fey" />
-  *     </allpages>
-  *   </query>
-  *   <query-continue>
-  *     <allpages apfrom="Krea" />
-  *   </query-continue>
-  * </api>
+  * <pre>
+  * &lt;api xmlns="http://www.mediawiki.org/xml/api/"&gt;
+  *   &lt;query&gt;
+  *     &lt;allpages&gt;
+  *       &lt;p pageid="19839654" ns="0" title="Kre&#039;fey" /&gt;
+  *     &lt;/allpages&gt;
+  *   &lt;/query&gt;
+  *   &lt;query-continue&gt;
+  *     &lt;allpages apfrom="Krea" /&gt;
+  *   &lt;/query-continue&gt;
+  * &lt;/api&gt;
+  * </pre>
   */
   protected static boolean parseCheckResponse(InputStream is)
     throws ManifoldCFException, ServiceInterruption
@@ -2577,20 +2579,22 @@ public class WikiConnector extends org.a
   }
 
   /** Parse list output, e.g.:
-  * <api xmlns="http://www.mediawiki.org/xml/api/";>
-  *   <query>
-  *     <allpages>
-  *       <p pageid="19839654" ns="0" title="Kre&#039;fey" />
-  *       <p pageid="30955295" ns="0" title="Kre-O" />
-  *       <p pageid="14773725" ns="0" title="Kre8tiveworkz" />
-  *       <p pageid="19219017" ns="0" title="Kre M&#039;Baye" />
-  *       <p pageid="19319577" ns="0" title="Kre Mbaye" />
-  *     </allpages>
-  *   </query>
-  *   <query-continue>
-  *     <allpages apfrom="Krea" />
-  *   </query-continue>
-  * </api>
+  * <pre>
+  * &lt;api xmlns="http://www.mediawiki.org/xml/api/"&gt;
+  *   &lt;query&gt;
+  *     &lt;allpages&gt;
+  *       &lt;p pageid="19839654" ns="0" title="Kre&#039;fey" /&gt;
+  *       &lt;p pageid="30955295" ns="0" title="Kre-O" /&gt;
+  *       &lt;p pageid="14773725" ns="0" title="Kre8tiveworkz" /&gt;
+  *       &lt;p pageid="19219017" ns="0" title="Kre M&#039;Baye" /&gt;
+  *       &lt;p pageid="19319577" ns="0" title="Kre Mbaye" /&gt;
+  *     &lt;/allpages&gt;
+  *   &lt;/query&gt;
+  *   &lt;query-continue&gt;
+  *     &lt;allpages apfrom="Krea" /&gt;
+  *   &lt;/query-continue&gt;
+  * &lt;/api&gt;
+  * </pre>
   */
   protected static boolean parseListPagesResponse(InputStream is, 
XThreadStringBuffer buffer, String startPageTitle, ReturnString lastTitle)
     throws ManifoldCFException, ServiceInterruption
@@ -2947,13 +2951,15 @@ public class WikiConnector extends org.a
   }
 
   /** This method parses a response like the following:
-  * <api>
-  *   <query>
-  *     <pages>
-  *       <page pageid="27697087" ns="0" title="API" fullurl="..."/>
-  *     </pages>
-  *   </query>
-  * </api>
+  * <pre>
+  * &lt;api&gt;
+  *   &lt;query&gt;
+  *     &lt;pages&gt;
+  *       &lt;page pageid="27697087" ns="0" title="API" fullurl="..."/&gt;
+  *     &lt;/pages&gt;
+  *   &lt;/query&gt;
+  * &lt;/api&gt;
+  * </pre>
   */
   protected static boolean parseGetDocURLsResponse(InputStream is, 
Map<String,String> urls)
     throws ManifoldCFException, ServiceInterruption
@@ -3260,17 +3266,19 @@ public class WikiConnector extends org.a
   }
 
   /** This method parses a response like the following:
-  * <api>
-  *   <query>
-  *     <pages>
-  *       <page pageid="27697087" ns="0" title="API">
-  *         <revisions>
-  *           <rev user="Graham87" timestamp="2010-06-13T08:41:17Z" />
-  *         </revisions>
-  *       </page>
-  *     </pages>
-  *   </query>
-  * </api>
+  * <pre>
+  * &lt;api&gt;
+  *   &lt;query&gt;
+  *     &lt;pages&gt;
+  *       &lt;page pageid="27697087" ns="0" title="API"&gt;
+  *         &lt;revisions&gt;
+  *           &lt;rev user="Graham87" timestamp="2010-06-13T08:41:17Z" /&gt;
+  *         &lt;/revisions&gt;
+  *       &lt;/page&gt;
+  *     &lt;/pages&gt;
+  *   &lt;/query&gt;
+  * &lt;/api&gt;
+  * </pre>
   */
   protected static boolean parseGetTimestampResponse(InputStream is, 
Map<String,String> versions)
     throws ManifoldCFException, ServiceInterruption

Modified: 
manifoldcf/branches/CONNECTORS-1618/framework/agents/src/main/java/org/apache/manifoldcf/agents/agentmanager/AgentManager.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1618/framework/agents/src/main/java/org/apache/manifoldcf/agents/agentmanager/AgentManager.java?rev=1865236&r1=1865235&r2=1865236&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1618/framework/agents/src/main/java/org/apache/manifoldcf/agents/agentmanager/AgentManager.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1618/framework/agents/src/main/java/org/apache/manifoldcf/agents/agentmanager/AgentManager.java
 Thu Aug 15 16:29:57 2019
@@ -26,7 +26,7 @@ import java.util.*;
  * 
  * <br><br>
  * <b>agents</b>
- * <table border="1" cellpadding="3" cellspacing="0">
+ * <table border="1" cellpadding="3" cellspacing="0" summary="">
  * <tr class="TableHeadingColor">
  * 
<th>Field</th><th>Type</th><th>Description&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</th>
  * <tr><td>classname</td><td>VARCHAR(255)</td><td>Primary Key</td></tr>


Reply via email to