Skip to content

Commit 6470ff4

Browse files
committed
SWS-141
1 parent 8797abd commit 6470ff4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/src/main/java/org/springframework/xml/transform/ResourceSource.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
import org.springframework.xml.sax.SaxUtils;
2424

2525
/**
26-
* Convenient subclass of <code>StreamSource</code> that reads from a Spring {@link
27-
* org.springframework.core.io.Resource}. The resource to be read can be set via the constructor.
26+
* Convenient subclass of {@link SAXSource} that reads from a Spring {@link Resource}. The resource to be read can be
27+
* set via the constructor.
2828
*
2929
* @author Arjen Poutsma
3030
*/

0 commit comments

Comments
 (0)