mirror of https://github.com/apache/lucene.git
move package name up
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1226895 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ec3c3f81d9
commit
9ed760c624
|
@ -1,3 +1,5 @@
|
||||||
|
package org.apache.lucene.index;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
|
@ -15,8 +17,6 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.lucene.index;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Prints the filename and size of each file within a given compound file.
|
* Prints the filename and size of each file within a given compound file.
|
||||||
* Add the -extract flag to extract files to the current working directory.
|
* Add the -extract flag to extract files to the current working directory.
|
||||||
|
|
Loading…
Reference in New Issue