Remove unused imports.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137910 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2004-09-01 17:40:55 +00:00
parent ee77c44ba5
commit 3aae9e600c
1 changed files with 1 additions and 3 deletions

View File

@ -15,9 +15,7 @@
*/
package org.apache.commons.lang.time;
import org.apache.commons.lang.ArrayUtils;
import org.apache.commons.lang.StringUtils;
import org.apache.commons.lang.mutable.MutableInt;
/**
* <p>Duration formatting utilities and constants.</p>
@ -28,7 +26,7 @@ import org.apache.commons.lang.mutable.MutableInt;
* @author Stephen Colebourne
* @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a>
* @since 2.0
* @version $Id: DurationFormatUtils.java,v 1.12 2004/08/29 03:42:48 bayard Exp $
* @version $Id: DurationFormatUtils.java,v 1.13 2004/09/01 17:40:55 ggregory Exp $
*/
public class DurationFormatUtils {