document thrown exception in javadoc

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@371271 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Naber 2006-01-22 11:55:21 +00:00
parent 5a8e468d3c
commit f2d4c33dc3
1 changed files with 2 additions and 1 deletions

View File

@ -418,7 +418,8 @@ public final class Field implements Serializable {
*
* @param name The name of the field
* @param value The binary value
* @param store How <code>value</code> should be stored (compressed or not.)
* @param store How <code>value</code> should be stored (compressed or not)
* @throws IllegalArgumentException if store is <code>Store.NO</code>
*/
public Field(String name, byte[] value, Store store) {
if (name == null)