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:
Daniel Naber 2004-12-19 16:25:40 +00:00
parent 35a6a1cbfc
commit 11f9a45a03
1 changed files with 2 additions and 1 deletions

View File

@ -182,7 +182,8 @@ final class FieldInfos {
}
/**
* Return the fieldName identified by it's number.
* Return the fieldName identified by its number.
*
* @param fieldNumber
* @return the fieldName or an empty string when the field
* with the given number doesn't exist.