This is an automated email from the ASF dual-hosted git repository.
bchapuis pushed a commit to branch 681-handle-the-out-of-memory-errors
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
The following commit(s) were added to
refs/heads/681-handle-the-out-of-memory-errors by this push:
new bd442322 Fix formatting
bd442322 is described below
commit bd442322354effd68d772fb93cb312401d72a839
Author: Bertil Chapuis <[email protected]>
AuthorDate: Tue Jul 11 16:32:41 2023 +0200
Fix formatting
---
.../main/java/org/apache/baremaps/collection/DataList.java | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git
a/baremaps-core/src/main/java/org/apache/baremaps/collection/DataList.java
b/baremaps-core/src/main/java/org/apache/baremaps/collection/DataList.java
index 1b121607..df366e75 100644
--- a/baremaps-core/src/main/java/org/apache/baremaps/collection/DataList.java
+++ b/baremaps-core/src/main/java/org/apache/baremaps/collection/DataList.java
@@ -1,3 +1,15 @@
+/*
+ * Licensed 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.baremaps.collection;
public interface DataList {