diff -r fb8c59cf26c8 -r 4cb9de4dd420 test/com/sun/javadoc/testDocRootLink/pkg2/C2.java --- a/test/com/sun/javadoc/testDocRootLink/pkg2/C2.java Tue Dec 03 18:13:18 2013 +0000 +++ b/test/com/sun/javadoc/testDocRootLink/pkg2/C2.java Tue Dec 03 14:21:45 2013 -0800 @@ -24,8 +24,13 @@ package pkg2; /** - * Class 1. This is a test. - * Refer Here. Lets see if this works - * or not. + * Class 2. This is a test. + * Refer Here should be + * replaced with an absolute link. + * This Here should not be replaced + * with an absolute link. + * Testing Link 1 and + * Link 2. Both should not be replaced with + * an absolute link. */ public class C2 {}