Author: schuch
Date: Mon Aug 26 21:57:53 2019
New Revision: 1865957

URL: http://svn.apache.org/viewvc?rev=1865957&view=rev
Log:
Fix javadoc errors

Modified:
    
manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/csws/CswsAuthority.java
    
manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/csws/CswsConnector.java
    
manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/csws/MatchMap.java
    
manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/java/org/apache/manifoldcf/csws/CswsSession.java

Modified: 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/csws/CswsAuthority.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/csws/CswsAuthority.java?rev=1865957&r1=1865956&r2=1865957&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/csws/CswsAuthority.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/csws/CswsAuthority.java
 Mon Aug 26 21:57:53 2019
@@ -530,7 +530,7 @@ public class CswsAuthority extends org.a
   
   /** 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.
@@ -765,7 +765,7 @@ public class CswsAuthority 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.
+  * 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-1566/connectors/csws/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/csws/CswsConnector.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/csws/CswsConnector.java?rev=1865957&r1=1865956&r2=1865957&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/csws/CswsConnector.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/csws/CswsConnector.java
 Mon Aug 26 21:57:53 2019
@@ -854,7 +854,7 @@ public class CswsConnector 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.
   */
@@ -1407,7 +1407,7 @@ public class CswsConnector 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.
@@ -1696,7 +1696,7 @@ public class CswsConnector 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.
@@ -1767,7 +1767,7 @@ public class CswsConnector 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.
@@ -2580,7 +2580,7 @@ public class CswsConnector 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.
@@ -3458,7 +3458,6 @@ public class CswsConnector extends org.a
 
   /** Get an object's rights.  This will be an array of right id's, including 
the special
   * ones defined by Csws, or null will be returned (if the object is not 
found).
-  *@param vol is the volume id
   *@param objID is the object id
   *@return the NodeRights object
   */

Modified: 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/csws/MatchMap.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/csws/MatchMap.java?rev=1865957&r1=1865956&r2=1865957&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/csws/MatchMap.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/csws/MatchMap.java
 Mon Aug 26 21:57:53 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-1566/connectors/csws/connector/src/main/java/org/apache/manifoldcf/csws/CswsSession.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/java/org/apache/manifoldcf/csws/CswsSession.java?rev=1865957&r1=1865956&r2=1865957&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/java/org/apache/manifoldcf/csws/CswsSession.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/java/org/apache/manifoldcf/csws/CswsSession.java
 Mon Aug 26 21:57:53 2019
@@ -494,7 +494,7 @@ public class CswsSession
   * OTDataID
   * OTSubTypeName
   * OTName
-  * @param searchSpec is the search specification, e.g. "\"OTSubType\":0 OR 
\"OTSubType\":1 OR \"OTSubType\":144) AND \"OTModifyDate\":<20190312"
+  * @param searchSpec is the search specification, e.g. "\"OTSubType\":0 OR 
\"OTSubType\":1 OR \"OTSubType\":144) AND \"OTModifyDate\":&lt;20190312"
   *  For reference:
   * OTSubType Details 
   * 0 - Folder 


Reply via email to