mirror of https://github.com/apache/lucene.git
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:
parent
c18676ed4f
commit
2c32016fa0
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue