javadoc html fix

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@932564 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2010-04-09 20:00:28 +00:00
parent cda9119598
commit 9d677afeae
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ public final class MultiFields extends Fields {
* reader, merging fields/terms/docs/positions on the
* fly. This method will not return null.
*
* <p><bNOTE</b>: this is a slow way to access postings.
* <p><b>NOTE</b>: this is a slow way to access postings.
* It's better to get the sub-readers (using {@link
* Gather}) and iterate through them
* yourself. */