Added comment to indicate that this class is thread safe

This commit is contained in:
Jonas Partner
2008-09-29 16:36:35 +00:00
parent d03bb7ae5a
commit f0d6a78c0c

View File

@@ -40,7 +40,7 @@ import org.springframework.xml.transform.StringResult;
import org.springframework.xml.transform.StringSource;
/**
* XSLT transformer implementation which returns a transformed {@link Source},
* Thread safe XSLT transformer implementation which returns a transformed {@link Source},
* {@link Document}, or {@link String}. If alwaysUseSourceResultFactories is
* false (default) the following logic occurs
*
@@ -57,7 +57,7 @@ import org.springframework.xml.transform.StringSource;
* {@link SourceFactory} will be used to create the {@link Source} from the
* payload and the {@link Result} to pass into the transformer. An instance of
* {@link ResultTransformer} can also be provided to convert the Result prior to
* returnign
* returning
*
*
* @author Jonas Partner