fix package-before-license nit

This commit is contained in:
yonik 2016-10-11 20:47:35 -04:00
parent 690a78780d
commit 5c3b12a407
1 changed files with 2 additions and 2 deletions

View File

@ -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;