use prettify

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1198636 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Koji Sekiguchi 2011-11-07 07:52:37 +00:00
parent 64f8a1ffaf
commit 64298eab4c
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ import org.apache.lucene.store.Directory;
* Use {@link #acquire} to obtain the current searcher, and {@link #release} to
* release it, like this:
*
* <pre>
* <pre class="prettyprint">
* IndexSearcher s = manager.acquire();
* try {
* // Do searching, doc retrieval, etc. with s