Skip to content

Commit e4c92d4

Browse files
committed
Merge pull request #1051 from NarendraPathai/Issue1035
PR to utilize 'use' option for cross-referencing javadoc pages #1035
2 parents 64a1c76 + bfd8144 commit e4c92d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
<detectLinks>false</detectLinks>
288288
<linksource>true</linksource>
289289
<keywords>true</keywords>
290-
<use>false</use>
290+
<use>true</use>
291291
<windowtitle>JUnit API</windowtitle>
292292
<encoding>UTF-8</encoding>
293293
<locale>en</locale>
@@ -391,7 +391,7 @@
391391
<detectLinks>false</detectLinks>
392392
<linksource>true</linksource>
393393
<keywords>true</keywords>
394-
<use>false</use>
394+
<use>true</use>
395395
<windowtitle>JUnit API</windowtitle>
396396
<encoding>UTF-8</encoding>
397397
<locale>en</locale>

0 commit comments

Comments
 (0)