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

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

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x e9cfcd282 -> d4855a129


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/d4855a12
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/d4855a12
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/d4855a12

Branch: refs/heads/branch_6x
Commit: d4855a1290a526ba03ae97ca016e04ce6b6a8821
Parents: e9cfcd2
Author: Ishan Chattopadhyaya <is...@apache.org>
Authored: Sat Feb 10 20:07:41 2018 +0530
Committer: Karl Wright <Da...@gmail.com>
Committed: Sat Feb 10 10:32:59 2018 -0500

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


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