Revision: 485 http://cishell.svn.sourceforge.net/cishell/?rev=485&view=rev Author: mwlinnem Date: 2007-08-17 12:47:55 -0700 (Fri, 17 Aug 2007) Log Message: ----------- Removed unnecessary import. Modified Paths: -------------- trunk/testing/org.cishell.testing.convertertester.algorithm/src/org/cishell/testing/convertertester/algorithm/ConverterTesterAlgorithmFactory.java Modified: trunk/testing/org.cishell.testing.convertertester.algorithm/src/org/cishell/testing/convertertester/algorithm/ConverterTesterAlgorithmFactory.java =================================================================== --- trunk/testing/org.cishell.testing.convertertester.algorithm/src/org/cishell/testing/convertertester/algorithm/ConverterTesterAlgorithmFactory.java 2007-08-17 19:47:06 UTC (rev 484) +++ trunk/testing/org.cishell.testing.convertertester.algorithm/src/org/cishell/testing/convertertester/algorithm/ConverterTesterAlgorithmFactory.java 2007-08-17 19:47:55 UTC (rev 485) @@ -9,7 +9,6 @@ import org.osgi.framework.BundleContext; import org.osgi.service.component.ComponentContext; import org.osgi.service.metatype.MetaTypeProvider; -import org.osgi.service.metatype.MetaTypeService; public class ConverterTesterAlgorithmFactory implements AlgorithmFactory { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |