folks who are versed in the details of that javadocs-lint helper script 
may want to note that it did not fail on this (pre-commit) bad html (which 
i thought was one of the things the javadocs-lint was suppose to be 
looking for -- but if i'm missunderstanding, then feel free to ignore)



: Date: Mon, 10 Sep 2012 18:05:13 -0000
: From: [email protected]
: Reply-To: [email protected]
: To: [email protected]
: Subject: svn commit: r1383011 -
:     /lucene/dev/trunk/solr/core/src/java/org/apache/solr/update/processor/Clon
:     eFieldUpdateProcessorFactory.java
: 
: Author: hossman
: Date: Mon Sep 10 18:05:13 2012
: New Revision: 1383011
: 
: URL: http://svn.apache.org/viewvc?rev=1383011&view=rev
: Log:
: fix un-closed html tags in javadoc
: 
: Modified:
:     
lucene/dev/trunk/solr/core/src/java/org/apache/solr/update/processor/CloneFieldUpdateProcessorFactory.java
: 
: Modified: 
lucene/dev/trunk/solr/core/src/java/org/apache/solr/update/processor/CloneFieldUpdateProcessorFactory.java
: URL: 
http://svn.apache.org/viewvc/lucene/dev/trunk/solr/core/src/java/org/apache/solr/update/processor/CloneFieldUpdateProcessorFactory.java?rev=1383011&r1=1383010&r2=1383011&view=diff
: ==============================================================================
: --- 
lucene/dev/trunk/solr/core/src/java/org/apache/solr/update/processor/CloneFieldUpdateProcessorFactory.java
 (original)
: +++ 
lucene/dev/trunk/solr/core/src/java/org/apache/solr/update/processor/CloneFieldUpdateProcessorFactory.java
 Mon Sep 10 18:05:13 2012
: @@ -53,9 +53,9 @@ import org.slf4j.LoggerFactory;
:  
:  /**
:   * Clones the values found in any matching <code>source</code> field into 
: - * the configured <code>dest<code> field.
: + * the configured <code>dest</code> field.
:   * <p>
: - * While the <code>dest<code> field must be a single 
<code>&lt;str&gt;</code>, 
: + * While the <code>dest</code> field must be a single 
<code>&lt;str&gt;</code>, 
:   * the <code>source</code> fields can be configured as either:
:   * </p>
:   * <ul>
: 
: 
: 

-Hoss

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to