This commit is contained in:
Arjen Poutsma
2007-04-24 15:50:05 +00:00
parent 3b83776cd4
commit b435378b39
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ import javax.xml.transform.Result;
public interface Marshaller {
/**
* Marshals the object graph with the given root into the provided <code>javax.xml.transform.Result</code>.
* Marshals the object graph with the given root into the provided {@link Result}.
*
* @param graph the root of the object graph to marshal
* @param result the result to marshal to

View File

@@ -27,7 +27,7 @@ import javax.xml.transform.Source;
public interface Unmarshaller {
/**
* Unmarshals the given provided <code>javax.xml.transform.Source</code> into an object graph.
* Unmarshals the given provided {@link Source} into an object graph.
*
* @param source the source to marshal from
* @return the object graph