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:
Chris M. Hostetter 2012-09-10 18:05:13 +00:00
parent d8b619181a
commit 8a8d38a852
1 changed files with 2 additions and 2 deletions

View File

@ -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>