You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2023/01/30 10:11:18 UTC

[logging-log4j-tools] branch master updated: Fix Spotless failures

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

vy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new 122169b  Fix Spotless failures
122169b is described below

commit 122169b1d211a0784496f1f83ebe1623614dcea3
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Mon Jan 30 11:12:18 2023 +0100

    Fix Spotless failures
---
 .../src/test/java/org/apache/logging/log4j/changelog/FileTestUtils.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git a/log4j-changelog/src/test/java/org/apache/logging/log4j/changelog/FileTestUtils.java b/log4j-changelog/src/test/java/org/apache/logging/log4j/changelog/FileTestUtils.java
index 3fa3afd..f7f491f 100644
--- a/log4j-changelog/src/test/java/org/apache/logging/log4j/changelog/FileTestUtils.java
+++ b/log4j-changelog/src/test/java/org/apache/logging/log4j/changelog/FileTestUtils.java
@@ -18,7 +18,6 @@ package org.apache.logging.log4j.changelog;
 
 import java.io.IOException;
 import java.io.UncheckedIOException;
-import java.nio.charset.StandardCharsets;
 import java.nio.file.Files;
 import java.nio.file.Path;
 import java.util.*;