You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by cp...@apache.org on 2018/01/08 20:22:12 UTC

[4/4] lucene-solr:branch_7x: Revert "SOLR-10783: add (partial) package-info.java to fix precommit"

Revert "SOLR-10783: add (partial) package-info.java to fix precommit"

This reverts commit a63c5675bbbd45604025b72149250cee8bb8a254.


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

Branch: refs/heads/branch_7x
Commit: 8e30b2a8acbb26543b307ff0838be680bb9cc5eb
Parents: 88bcf22
Author: Christine Poerschke <cp...@apache.org>
Authored: Mon Jan 8 20:20:20 2018 +0000
Committer: Christine Poerschke <cp...@apache.org>
Committed: Mon Jan 8 20:20:20 2018 +0000

----------------------------------------------------------------------
 .../configuration/providers/package-info.java   | 23 --------------------
 1 file changed, 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/8e30b2a8/solr/core/src/java/org/apache/solr/util/configuration/providers/package-info.java
----------------------------------------------------------------------
diff --git a/solr/core/src/java/org/apache/solr/util/configuration/providers/package-info.java b/solr/core/src/java/org/apache/solr/util/configuration/providers/package-info.java
deleted file mode 100644
index 7b5e8f8..0000000
--- a/solr/core/src/java/org/apache/solr/util/configuration/providers/package-info.java
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * 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.
- */
- 
-/** 
- * TODO
- */
-package org.apache.solr.util.configuration.providers;
-
-