Remove unused import

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808022 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
antelder 2009-08-26 14:17:27 +00:00
parent 665ab14343
commit c0374800cf

View file

@ -21,7 +21,6 @@ package org.apache.tuscany.sca.node;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.fail;
import itest.nodes.Helloworld;
import org.junit.After;