Skip to content

Commit 17fe56e

Browse files
committed
Javadoc
1 parent b149eac commit 17fe56e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

oxm/src/main/java/org/springframework/oxm/AbstractMarshaller.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@
6060
*/
6161
public abstract class AbstractMarshaller implements Marshaller, Unmarshaller {
6262

63-
/** Logger available to subclasses. */
63+
/**
64+
* Logger available to subclasses.
65+
*/
6466
protected final Log logger = LogFactory.getLog(getClass());
6567

6668
private DocumentBuilderFactory documentBuilderFactory;
@@ -479,6 +481,7 @@ protected abstract void marshalSaxHandlers(Object graph,
479481
* @param inputSource the input source to parse from
480482
* @return the object graph
481483
* @throws XmlMappingException if the given reader and input source cannot be converted to an object
484+
* @throws java.io.IOException if an I/O exception occurs
482485
*/
483486
protected abstract Object unmarshalSaxReader(XMLReader xmlReader, InputSource inputSource)
484487
throws XmlMappingException, IOException;

0 commit comments

Comments
 (0)