You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2017/01/03 10:32:25 UTC

lucene-solr:master: LUCENE-7603: add package-info.java for new package

Repository: lucene-solr
Updated Branches:
  refs/heads/master 3c9639672 -> 018df31da


LUCENE-7603: add package-info.java for new package


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

Branch: refs/heads/master
Commit: 018df31da8b6b5beeb767c90d7ef2a784eca354a
Parents: 3c96396
Author: Mike McCandless <mi...@apache.org>
Authored: Tue Jan 3 05:31:56 2017 -0500
Committer: Mike McCandless <mi...@apache.org>
Committed: Tue Jan 3 05:31:56 2017 -0500

----------------------------------------------------------------------
 .../apache/lucene/util/graph/package-info.java  | 21 ++++++++++++++++++++
 1 file changed, 21 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/018df31d/lucene/core/src/java/org/apache/lucene/util/graph/package-info.java
----------------------------------------------------------------------
diff --git a/lucene/core/src/java/org/apache/lucene/util/graph/package-info.java b/lucene/core/src/java/org/apache/lucene/util/graph/package-info.java
new file mode 100644
index 0000000..bbc9b6a
--- /dev/null
+++ b/lucene/core/src/java/org/apache/lucene/util/graph/package-info.java
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * Utility classes for working with token streams as graphs.
+ */
+package org.apache.lucene.util.graph;