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

[29/50] [abbrv] lucene-solr:jira/solr-11702: 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 a864c6289a8132988fc51cc711db79238ed2ce04.


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

Branch: refs/heads/jira/solr-11702
Commit: 144616b42469c2d815a657b3c05cbff99ce20387
Parents: bd69d64
Author: Christine Poerschke <cp...@apache.org>
Authored: Mon Jan 8 20:11:25 2018 +0000
Committer: Christine Poerschke <cp...@apache.org>
Committed: Mon Jan 8 20:11:25 2018 +0000

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/144616b4/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;
-
-