move package line to top

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1464471 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2013-04-04 11:42:28 +00:00
parent c18676ed4f
commit 2c32016fa0
1 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,5 @@
package org.apache.lucene.index;
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
@ -15,8 +17,6 @@
* limitations under the License.
*/
package org.apache.lucene.index;
import java.io.IOException;
/**