mirror of https://github.com/apache/lucene.git
fix package-before-license nit
This commit is contained in:
parent
690a78780d
commit
5c3b12a407
|
@ -1,5 +1,3 @@
|
|||
package org.apache.solr.search.facet;
|
||||
|
||||
/*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
|
@ -17,6 +15,8 @@ package org.apache.solr.search.facet;
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.apache.solr.search.facet;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.util.Map;
|
||||
|
||||
|
|
Loading…
Reference in New Issue