Removing unused import

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@775420 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2009-05-16 06:32:52 +00:00
parent bb7775388f
commit 373624c4f0
1 changed files with 0 additions and 2 deletions

View File

@ -19,8 +19,6 @@ package org.apache.commons.lang.mutable;
import java.io.Serializable;
import org.apache.commons.lang.BooleanUtils;
/**
* A mutable <code>boolean</code> wrapper.
*