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

bchapuis pushed a commit to branch 774-env
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git


The following commit(s) were added to refs/heads/774-env by this push:
     new 851a750f Format code
851a750f is described below

commit 851a750f0378a70755e9e55513b95c7f9fa8498b
Author: Bertil Chapuis <[email protected]>
AuthorDate: Fri Sep 8 10:31:53 2023 +0200

    Format code
---
 .../src/main/java/org/apache/baremaps/config/ConfigReader.java         | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/baremaps-core/src/main/java/org/apache/baremaps/config/ConfigReader.java 
b/baremaps-core/src/main/java/org/apache/baremaps/config/ConfigReader.java
index 2fbfe0c1..a4bead3c 100644
--- a/baremaps-core/src/main/java/org/apache/baremaps/config/ConfigReader.java
+++ b/baremaps-core/src/main/java/org/apache/baremaps/config/ConfigReader.java
@@ -19,9 +19,6 @@ import java.io.StringReader;
 import java.nio.file.Files;
 import java.nio.file.Path;
 import java.util.HashMap;
-import java.util.Map;
-import java.util.Objects;
-
 import org.graalvm.polyglot.Context;
 import org.graalvm.polyglot.Source;
 import org.graalvm.polyglot.proxy.ProxyObject;

Reply via email to