You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by yo...@apache.org on 2016/10/12 00:48:26 UTC

lucene-solr:branch_6x: fix package-before-license nit

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x 690a78780 -> 5c3b12a40


fix package-before-license nit


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/5c3b12a4
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/5c3b12a4
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/5c3b12a4

Branch: refs/heads/branch_6x
Commit: 5c3b12a40727f063d0a682639d834e13afd8e8de
Parents: 690a787
Author: yonik <yo...@apache.org>
Authored: Tue Oct 11 20:47:35 2016 -0400
Committer: yonik <yo...@apache.org>
Committed: Tue Oct 11 20:48:04 2016 -0400

----------------------------------------------------------------------
 .../org/apache/solr/search/facet/TestJsonFacetRefinement.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/5c3b12a4/solr/core/src/test/org/apache/solr/search/facet/TestJsonFacetRefinement.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/search/facet/TestJsonFacetRefinement.java b/solr/core/src/test/org/apache/solr/search/facet/TestJsonFacetRefinement.java
index 7c510ea..c3f5c71 100644
--- a/solr/core/src/test/org/apache/solr/search/facet/TestJsonFacetRefinement.java
+++ b/solr/core/src/test/org/apache/solr/search/facet/TestJsonFacetRefinement.java
@@ -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;