You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/01/10 22:10:24 UTC

[commons-lang] branch master updated: Remove unused import

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 5a3904c86 Remove unused import
5a3904c86 is described below

commit 5a3904c8678574a4ddb8502ebbc606be1091fb3f
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Tue Jan 10 17:10:17 2023 -0500

    Remove unused import
---
 src/main/java/org/apache/commons/lang3/time/DateFormatUtils.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/lang3/time/DateFormatUtils.java b/src/main/java/org/apache/commons/lang3/time/DateFormatUtils.java
index 0439d7aa3..1688c31e4 100644
--- a/src/main/java/org/apache/commons/lang3/time/DateFormatUtils.java
+++ b/src/main/java/org/apache/commons/lang3/time/DateFormatUtils.java
@@ -21,8 +21,6 @@ import java.util.Date;
 import java.util.Locale;
 import java.util.TimeZone;
 
-import org.apache.commons.lang3.ObjectUtils;
-
 /**
  * Date and time formatting utilities and constants.
  *