This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push:
new db31b52867 Restore Test
db31b52867 is described below
commit db31b528675550f9872a8ecb30e13df7ceeb8c43
Author: mseidel <[email protected]>
AuthorDate: Tue Apr 1 14:55:52 2025 +0200
Restore Test
---
main/embeddedobj/qa/embedding/EmbeddingTest.java | 28 ++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/main/embeddedobj/qa/embedding/EmbeddingTest.java
b/main/embeddedobj/qa/embedding/EmbeddingTest.java
new file mode 100644
index 0000000000..e6103606e3
--- /dev/null
+++ b/main/embeddedobj/qa/embedding/EmbeddingTest.java
@@ -0,0 +1,28 @@
+/**************************************************************
+ *
+ * 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 complex.embedding;
+
+public interface EmbeddingTest
+{
+ boolean test();
+}
+