javadocs error fixed

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1659008 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Noble Paul 2015-02-11 17:14:03 +00:00
parent cb87848acd
commit 067b01c1b3
1 changed files with 3 additions and 3 deletions

View File

@ -245,15 +245,15 @@ public final class RequestHandlers {
* Rather then instantiate and initialize the handler on startup, this wrapper waits
* until it is actually called. This should only be used for handlers that are
* unlikely to be used in the normal lifecycle.
* <p>
*
* You can enable lazy loading in solrconfig.xml using:
* <p>
*
* <pre>
* &lt;requestHandler name="..." class="..." startup="lazy"&gt;
* ...
* &lt;/requestHandler&gt;
* </pre>
* <p>
*
* This is a private class - if there is a real need for it to be public, it could
* move
*