From c2ae7edd182d1848c67c28fbc026cf88b2edf66b Mon Sep 17 00:00:00 2001 From: lresende Date: Wed, 13 Jan 2010 17:14:47 +0000 Subject: Minor javadoc cleanup git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@898844 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/oasisopen/sca/client/impl/SCAClientFactoryFinder.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sca-java-2.x') diff --git a/sca-java-2.x/trunk/modules/sca-api/src/main/java/org/oasisopen/sca/client/impl/SCAClientFactoryFinder.java b/sca-java-2.x/trunk/modules/sca-api/src/main/java/org/oasisopen/sca/client/impl/SCAClientFactoryFinder.java index 5137f8a658..c02494d48b 100644 --- a/sca-java-2.x/trunk/modules/sca-api/src/main/java/org/oasisopen/sca/client/impl/SCAClientFactoryFinder.java +++ b/sca-java-2.x/trunk/modules/sca-api/src/main/java/org/oasisopen/sca/client/impl/SCAClientFactoryFinder.java @@ -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; -- cgit v1.2.3