mirror of https://github.com/apache/lucene.git
fixing typo in javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150717 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
35a6a1cbfc
commit
11f9a45a03
|
@ -182,7 +182,8 @@ final class FieldInfos {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return the fieldName identified by it's number.
|
* Return the fieldName identified by its number.
|
||||||
|
*
|
||||||
* @param fieldNumber
|
* @param fieldNumber
|
||||||
* @return the fieldName or an empty string when the field
|
* @return the fieldName or an empty string when the field
|
||||||
* with the given number doesn't exist.
|
* with the given number doesn't exist.
|
||||||
|
|
Loading…
Reference in New Issue