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 5c98ab1  Remove unused import (checkstyle).
5c98ab1 is described below

commit 5c98ab1f940f2868089cb83e9ca15bfad84dfe4b
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jun 4 10:47:56 2019 -0400

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

diff --git a/src/main/java/org/apache/commons/lang3/CharSetUtils.java 
b/src/main/java/org/apache/commons/lang3/CharSetUtils.java
index b01534a..b3580b7 100644
--- a/src/main/java/org/apache/commons/lang3/CharSetUtils.java
+++ b/src/main/java/org/apache/commons/lang3/CharSetUtils.java
@@ -16,8 +16,6 @@
  */
 package org.apache.commons.lang3;
 
-import java.nio.charset.Charset;
-
 /**
  * <p>Operations on {@code CharSet} instances.</p>
  *

Reply via email to