You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2019/10/15 05:19:50 UTC

[lucene-solr] 02/03: Revert "SOLR-13821: missing package-info.java"

This is an automated email from the ASF dual-hosted git repository.

noble pushed a commit to branch branch_8_3
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit 08c2e4afb377619c14b20907447805da357d9161
Author: noble <no...@apache.org>
AuthorDate: Tue Oct 15 15:56:29 2019 +1100

    Revert "SOLR-13821: missing package-info.java"
    
    This reverts commit 04eff58500120118b13090299aa105da00bc624e.
    
    This feature is not to be released in 8.3
---
 .../org/apache/solr/filestore/package-info.java     | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/solr/core/src/java/org/apache/solr/filestore/package-info.java b/solr/core/src/java/org/apache/solr/filestore/package-info.java
deleted file mode 100644
index a61cbe0..0000000
--- a/solr/core/src/java/org/apache/solr/filestore/package-info.java
+++ /dev/null
@@ -1,21 +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.
- */
-/**
- * Implementation of Package Store.
- */
-package org.apache.solr.filestore;
-