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

[lucene] branch branch_9x updated: LUCENE-10335: Fix ECJ warning

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

uschindler pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/lucene.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new e378ff5  LUCENE-10335: Fix ECJ warning
e378ff5 is described below

commit e378ff5529ecb26c22582f4a712d12c95c83b51a
Author: Uwe Schindler <us...@apache.org>
AuthorDate: Mon Jan 3 11:34:39 2022 +0100

    LUCENE-10335: Fix ECJ warning
---
 .../lucene/core/testresources/package-info.java       | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/lucene/core.tests/src/test/org/apache/lucene/core/testresources/package-info.java b/lucene/core.tests/src/test/org/apache/lucene/core/testresources/package-info.java
new file mode 100644
index 0000000..231b553
--- /dev/null
+++ b/lucene/core.tests/src/test/org/apache/lucene/core/testresources/package-info.java
@@ -0,0 +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 with some resources only to be exported to Lucene Core module */
+package org.apache.lucene.core.testresources;