mirror of https://github.com/apache/lucene.git
fix un-closed html tags in javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1383011 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d8b619181a
commit
8a8d38a852
|
@ -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><str></code>,
|
||||
* While the <code>dest</code> field must be a single <code><str></code>,
|
||||
* the <code>source</code> fields can be configured as either:
|
||||
* </p>
|
||||
* <ul>
|
||||
|
|
Loading…
Reference in New Issue