You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dp...@apache.org on 2017/06/26 21:33:44 UTC

[2/2] lucene-solr:master: Revert "SOLR-9981: Fixes precommit error in test file"

Revert "SOLR-9981: Fixes precommit error in test file"

This reverts commit e8057309b90db0c79fc273e2284948b84c16ce4c.


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

Branch: refs/heads/master
Commit: 288ab09ceb913ce4784f8943a31f9bf1902c8bec
Parents: 945bf8f
Author: Dennis Gove <dp...@gmail.com>
Authored: Mon Jun 26 13:51:16 2017 -0400
Committer: Dennis Gove <dp...@gmail.com>
Committed: Mon Jun 26 17:33:26 2017 -0400

----------------------------------------------------------------------
 .../solr/analytics/facet/FacetSortingTest.java      | 16 ----------------
 1 file changed, 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/288ab09c/solr/contrib/analytics/src/test/org/apache/solr/analytics/facet/FacetSortingTest.java
----------------------------------------------------------------------
diff --git a/solr/contrib/analytics/src/test/org/apache/solr/analytics/facet/FacetSortingTest.java b/solr/contrib/analytics/src/test/org/apache/solr/analytics/facet/FacetSortingTest.java
index d91aa18..0751b63 100644
--- a/solr/contrib/analytics/src/test/org/apache/solr/analytics/facet/FacetSortingTest.java
+++ b/solr/contrib/analytics/src/test/org/apache/solr/analytics/facet/FacetSortingTest.java
@@ -1,19 +1,3 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 package org.apache.solr.analytics.facet;
 
 import org.apache.lucene.util.LuceneTestCase.SuppressCodecs;