diff --git a/lucene/contrib/misc/src/java/org/apache/lucene/index/CompoundFileExtractor.java b/lucene/contrib/misc/src/java/org/apache/lucene/index/CompoundFileExtractor.java index a13e09b584f..532b2d707b2 100644 --- a/lucene/contrib/misc/src/java/org/apache/lucene/index/CompoundFileExtractor.java +++ b/lucene/contrib/misc/src/java/org/apache/lucene/index/CompoundFileExtractor.java @@ -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; - /** * 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.