You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by is...@apache.org on 2018/02/10 14:38:31 UTC

lucene-solr:master: LUCENE-8157: Fixing precommit

Repository: lucene-solr
Updated Branches:
  refs/heads/master 1f3d971a7 -> 277097cd2


LUCENE-8157: Fixing precommit


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

Branch: refs/heads/master
Commit: 277097cd24f6bce275a0ff8625528a737437f3c0
Parents: 1f3d971
Author: Ishan Chattopadhyaya <is...@apache.org>
Authored: Sat Feb 10 20:07:41 2018 +0530
Committer: Ishan Chattopadhyaya <is...@apache.org>
Committed: Sat Feb 10 20:07:41 2018 +0530

----------------------------------------------------------------------
 .../lucene/spatial3d/geom/RandomGeoPolygonTest.java | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/277097cd/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/RandomGeoPolygonTest.java
----------------------------------------------------------------------
diff --git a/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/RandomGeoPolygonTest.java b/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/RandomGeoPolygonTest.java
index b286fbb..beac8c7 100644
--- a/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/RandomGeoPolygonTest.java
+++ b/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/RandomGeoPolygonTest.java
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
 package org.apache.lucene.spatial3d.geom;
 
 import java.util.ArrayList;