Minor javadoc cleanup

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898844 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
lresende 2010-01-13 17:14:47 +00:00
parent abc56e04f1
commit c2ae7edd18

View file

@ -32,8 +32,8 @@ public class SCAClientFactoryFinder {
private static final String SCA_CLIENT_FACTORY_PROVIDER_KEY = SCAClientFactory.class.getName();
/**
* The name of the file loaded from the ClassPath to determine 2488 the SPI
* implementation to use for the SCAClientFactory. 2489
* The name of the file loaded from the ClassPath to determine the SPI
* implementation to use for the SCAClientFactory.
*/
private static final String SCA_CLIENT_FACTORY_PROVIDER_META_INF_SERVICE = "META-INF/services/" + SCA_CLIENT_FACTORY_PROVIDER_KEY;