Revision: 456 http://cishell.svn.sourceforge.net/cishell/?rev=456&view=rev Author: teakettle22 Date: 2007-08-01 12:16:21 -0700 (Wed, 01 Aug 2007) Log Message: ----------- Removed the call to .asNWB() that existed for testing purposes. Modified Paths: -------------- trunk/testing/org.cishell.testing.convertertester.core.new/src/org/cishell/testing/convertertester/core/converter/ConverterLoaderImpl.java Modified: trunk/testing/org.cishell.testing.convertertester.core.new/src/org/cishell/testing/convertertester/core/converter/ConverterLoaderImpl.java =================================================================== --- trunk/testing/org.cishell.testing.convertertester.core.new/src/org/cishell/testing/convertertester/core/converter/ConverterLoaderImpl.java 2007-08-01 19:15:24 UTC (rev 455) +++ trunk/testing/org.cishell.testing.convertertester.core.new/src/org/cishell/testing/convertertester/core/converter/ConverterLoaderImpl.java 2007-08-01 19:16:21 UTC (rev 456) @@ -51,9 +51,7 @@ ServiceReference[] refs = bContext.getServiceReferences( AlgorithmFactory.class.getName(), filter); - ConverterGraph g = new ConverterGraph(refs); - g.asNWB(); - + if (refs != null) { for (int i = 0; i < refs.length; ++i) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |