File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
spring-integration-xml/src/main/java/org/springframework/integration/xml Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ public final class TransformerFactoryUtils {
4040
4141 /**
4242 * Build a new {@link TransformerFactory} using the default constructor.
43+ * @return the {@link TransformerFactory} instance
4344 */
4445 public static TransformerFactory newInstance () {
4546 return defaultSettings (TransformerFactory .newInstance ());
@@ -48,6 +49,8 @@ public static TransformerFactory newInstance() {
4849 /**
4950 * Build an {@link TransformerFactory} and prevent external entities from accessing.
5051 * @see TransformerFactory#newInstance()
52+ * @param transformerFactoryClass the class for {@link TransformerFactory} to instantiate.
53+ * @return the {@link TransformerFactory} instance
5154 */
5255 public static TransformerFactory newInstance (Class <? extends TransformerFactory > transformerFactoryClass ) {
5356 try {
You can’t perform that action at this time.
0 commit comments