You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2016/02/08 22:48:24 UTC

lucene-solr git commit: SOLR-8621: add missing package-info.java

Repository: lucene-solr
Updated Branches:
  refs/heads/master fe2cf2507 -> 71f4e01d9


SOLR-8621: add missing package-info.java


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

Branch: refs/heads/master
Commit: 71f4e01d9fa5d008cc59c0343637d8b2585018c5
Parents: fe2cf25
Author: Shai Erera <sh...@apache.org>
Authored: Mon Feb 8 23:43:15 2016 +0200
Committer: Shai Erera <sh...@apache.org>
Committed: Mon Feb 8 23:43:15 2016 +0200

----------------------------------------------------------------------
 .../org/apache/solr/index/package-info.java     | 22 ++++++++++++++++++++
 1 file changed, 22 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/71f4e01d/solr/core/src/java/org/apache/solr/index/package-info.java
----------------------------------------------------------------------
diff --git a/solr/core/src/java/org/apache/solr/index/package-info.java b/solr/core/src/java/org/apache/solr/index/package-info.java
new file mode 100644
index 0000000..c5efd57
--- /dev/null
+++ b/solr/core/src/java/org/apache/solr/index/package-info.java
@@ -0,0 +1,22 @@
+/*
+ * 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.
+ */
+ 
+/**
+ * Indexing related classes.
+ */
+package org.apache.solr.index;
+