AXIOM-494: Merge r1850810 to the 1.2 branch.
diff --git a/testing/xml-truth/src/main/java/org/apache/axiom/truth/xml/XMLTruth.java b/testing/xml-truth/src/main/java/org/apache/axiom/truth/xml/XMLTruth.java
index 6c03771..1136eb3 100644
--- a/testing/xml-truth/src/main/java/org/apache/axiom/truth/xml/XMLTruth.java
+++ b/testing/xml-truth/src/main/java/org/apache/axiom/truth/xml/XMLTruth.java
@@ -39,6 +39,7 @@
 import org.xml.sax.InputSource;
 
 import com.google.common.truth.FailureMetadata;
+import com.google.common.truth.SimpleSubjectBuilder;
 import com.google.common.truth.Subject;
 import com.google.common.truth.Truth;
 
@@ -232,7 +233,7 @@
      *            the API to use (e.g. {@link Document}
      * @param object
      *            an object implementing that API
-     * @return an object that can be passed to {@link DelegatedVerb#that(Object)} or
+     * @return an object that can be passed to {@link SimpleSubjectBuilder#that(Object)} or
      *         {@link XMLSubject#hasSameContentAs(Object)}
      */
     public static <T> Object xml(Class<T> type, T object) {