removed unused imports

This commit is contained in:
Mark Fisher
2010-11-05 18:48:58 -04:00
parent cfb378ab4f
commit 53b132b7b5
2 changed files with 1 additions and 2 deletions

View File

@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.integration.mail;
import static org.mockito.Mockito.doAnswer;
@@ -26,7 +27,6 @@ import javax.mail.Folder;
import javax.mail.Message;
import javax.mail.internet.MimeMessage;
import org.junit.Ignore;
import org.junit.Test;
import org.mockito.invocation.InvocationOnMock;
import org.mockito.stubbing.Answer;